Click here to Skip to main content
15,891,513 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to set the startup object in WPF? Pin
Wes Aday17-Jul-08 9:15
professionalWes Aday17-Jul-08 9:15 
GeneralRe: How to set the startup object in WPF? Pin
Michael Sync17-Jul-08 16:32
Michael Sync17-Jul-08 16:32 
AnswerRe: How to set the startup object in WPF? Pin
John Ad18-Jul-08 4:02
John Ad18-Jul-08 4:02 
GeneralRe: How to set the startup object in WPF? Pin
Michael Sync18-Jul-08 4:16
Michael Sync18-Jul-08 4:16 
QuestionHow to find a particular entity in the listview and color it Pin
chandra vempati16-Jul-08 4:37
chandra vempati16-Jul-08 4:37 
AnswerRe: How to find a particular entity in the listview and color it Pin
MIHAI_MTZ16-Jul-08 21:38
MIHAI_MTZ16-Jul-08 21:38 
AnswerRe: How to find a particular entity in the listview and color it Pin
Yajnesh Narayan Behera20-Jul-08 23:27
Yajnesh Narayan Behera20-Jul-08 23:27 
QuestionWhen the control's content is displayed? :confused: Pin
Ryzhiy16-Jul-08 2:39
Ryzhiy16-Jul-08 2:39 
Good afternoon colleagues:
I have a tricky question, on which even Microsoft's evangelist could not provide a clear solution.

I want to compare performance of WinForms and WPF rendering models.
For that purpose I measure time span between content update event and rendered event.

In WinfForms the operation is very straight forward, cause there is an OnPaint event. But in WPF I cannot find an analog of this event.

Certainly, the rendering model in WPF is totally different, thus refresh of the data is performed somehow in another way.

So, to be more precise, I want to know when actually the content appears on the screen.

I have conducted some research and there is seems to be a Load event, which serves for this purpose, but this event is fired only once on application start up.

Perforator somehow measures rendering time. But it doesn't use WPF for that purpose, but WinAPI.

Thanks!

/LOOM

AnswerRe: When the control's content is displayed? :confused: Pin
Mark Salsbery16-Jul-08 7:27
Mark Salsbery16-Jul-08 7:27 
GeneralRe: When the control's content is displayed? :confused: Pin
Ryzhiy16-Jul-08 23:34
Ryzhiy16-Jul-08 23:34 
QuestionAdd Singleton UserControl in WPF Pin
ezazazel15-Jul-08 23:51
ezazazel15-Jul-08 23:51 
AnswerRe: Add Singleton UserControl in WPF Pin
MIHAI_MTZ16-Jul-08 21:05
MIHAI_MTZ16-Jul-08 21:05 
QuestionHow to bind Ilist to Listview of WPF Pin
Aslesh15-Jul-08 6:10
Aslesh15-Jul-08 6:10 
AnswerRe: How to bind Ilist to Listview of WPF Pin
Mark Salsbery15-Jul-08 6:31
Mark Salsbery15-Jul-08 6:31 
QuestionRouting ComboBox SelectionChanged Pin
Jammer14-Jul-08 11:46
Jammer14-Jul-08 11:46 
AnswerRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 2:57
Jammer15-Jul-08 2:57 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 9:23
mvePete O'Hanlon15-Jul-08 9:23 
GeneralRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 9:31
Jammer15-Jul-08 9:31 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 9:41
mvePete O'Hanlon15-Jul-08 9:41 
GeneralRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 9:43
Jammer15-Jul-08 9:43 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 9:49
mvePete O'Hanlon15-Jul-08 9:49 
JokeRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 9:50
Jammer15-Jul-08 9:50 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 9:53
mvePete O'Hanlon15-Jul-08 9:53 
GeneralRe: Routing ComboBox SelectionChanged Pin
Jammer15-Jul-08 10:00
Jammer15-Jul-08 10:00 
GeneralRe: Routing ComboBox SelectionChanged Pin
Pete O'Hanlon15-Jul-08 10:06
mvePete O'Hanlon15-Jul-08 10:06 

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.