Click here to Skip to main content
15,886,963 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Any Idea CFL in Silverlight? Pin
Mycroft Holmes10-Jul-13 1:06
professionalMycroft Holmes10-Jul-13 1:06 
AnswerRe: Any Idea CFL in Silverlight? Pin
Richard MacCutchan10-Jul-13 1:40
mveRichard MacCutchan10-Jul-13 1:40 
Questionhow to use equalizer using naudio wpf Pin
thecco7-Jul-13 17:50
thecco7-Jul-13 17:50 
Question[SOLVED] WPF Printing in milimeters Pin
Saksida Bojan5-Jul-13 22:16
Saksida Bojan5-Jul-13 22:16 
SuggestionRe: WPF Printing in milimeters Pin
AlphaDeltaTheta7-Jul-13 21:18
AlphaDeltaTheta7-Jul-13 21:18 
GeneralRe: WPF Printing in milimeters Pin
Saksida Bojan7-Jul-13 23:59
Saksida Bojan7-Jul-13 23:59 
QuestionWhat is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
Mohammed Hameed3-Jul-13 20:24
professionalMohammed Hameed3-Jul-13 20:24 
AnswerRe: What is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
Pete O'Hanlon3-Jul-13 20:45
mvePete O'Hanlon3-Jul-13 20:45 
When you use Visual Studio to write your project (no matter what type of app you are writing), it does a lot of background build work. The .g.cs and .g.i.cs files are auto-generated from XAML files when the build process runs; the .g.i.cs is the part that ties into the Intellisense builder.

As far as removing the unused usings, you'd have to edit the source template. On my machine, running Visual Studio 2012, they are located under C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\ItemTemplates\CSharp\WPF\1033. Obviously, you'd have to pick your appropriate VS install location, but this should give you a head start.
I was brought up to respect my elders. I don't respect many people nowadays.

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: What is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
Mohammed Hameed3-Jul-13 21:10
professionalMohammed Hameed3-Jul-13 21:10 
GeneralRe: What is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
Pete O'Hanlon3-Jul-13 21:44
mvePete O'Hanlon3-Jul-13 21:44 
GeneralRe: What is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
Mohammed Hameed3-Jul-13 21:55
professionalMohammed Hameed3-Jul-13 21:55 
AnswerRe: What is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
Richard MacCutchan3-Jul-13 21:12
mveRichard MacCutchan3-Jul-13 21:12 
GeneralRe: What is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
Mohammed Hameed3-Jul-13 21:20
professionalMohammed Hameed3-Jul-13 21:20 
GeneralRe: What is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
Richard MacCutchan3-Jul-13 22:29
mveRichard MacCutchan3-Jul-13 22:29 
AnswerRe: What is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
AlphaDeltaTheta4-Jul-13 20:37
AlphaDeltaTheta4-Jul-13 20:37 
GeneralRe: What is the use of somefile.g.i.cs auto-generated file in Wpf? Pin
Mohammed Hameed4-Jul-13 21:03
professionalMohammed Hameed4-Jul-13 21:03 
QuestionCode first or Database First Pin
Hossein Khalaj3-Jul-13 18:50
Hossein Khalaj3-Jul-13 18:50 
AnswerRe: Code first or Database First Pin
Mycroft Holmes3-Jul-13 19:43
professionalMycroft Holmes3-Jul-13 19:43 
Questionspeed up Silverlight project Pin
Member 91093872-Jul-13 23:15
Member 91093872-Jul-13 23:15 
AnswerRe: speed up Silverlight project Pin
Pete O'Hanlon2-Jul-13 23:28
mvePete O'Hanlon2-Jul-13 23:28 
Questioncan we get audio buffer in mediaelement. Pin
brodcasting2-Jul-13 0:50
brodcasting2-Jul-13 0:50 
QuestionDrawing Lines Dynamically Pin
velkumar_in30-Jun-13 23:44
velkumar_in30-Jun-13 23:44 
QuestionRe: Drawing Lines Dynamically Pin
Kenneth Haugland5-Jul-13 14:05
mvaKenneth Haugland5-Jul-13 14:05 
QuestionGridView click to load data Pin
maxRazar27-Jun-13 22:00
maxRazar27-Jun-13 22:00 
Questionhow to get audiometer level in mediaelement Pin
brodcasting27-Jun-13 19:13
brodcasting27-Jun-13 19:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.