Click here to Skip to main content
15,885,309 members
Home / Discussions / WPF
   

WPF

 
QuestionDispatcher.BeginInvoke getting wrong properties Pin
_Madmatt10-Aug-11 1:05
_Madmatt10-Aug-11 1:05 
QuestionWPF event manager Pin
columbos149279-Aug-11 21:00
columbos149279-Aug-11 21:00 
AnswerRe: WPF event manager Pin
Simon Bang Terkildsen9-Aug-11 22:31
Simon Bang Terkildsen9-Aug-11 22:31 
AnswerRe: WPF event manager Pin
Pete O'Hanlon9-Aug-11 22:40
mvePete O'Hanlon9-Aug-11 22:40 
QuestionDirectory.GetAccessControl Fails in XBAP web client Pin
pal2ashish9-Aug-11 20:21
pal2ashish9-Aug-11 20:21 
QuestionSo, is binding to private / internal properties allowed or not? Pin
SledgeHammer019-Aug-11 6:31
SledgeHammer019-Aug-11 6:31 
AnswerRe: So, is binding to private / internal properties allowed or not? Pin
Mycroft Holmes9-Aug-11 13:09
professionalMycroft Holmes9-Aug-11 13:09 
GeneralRe: So, is binding to private / internal properties allowed or not? Pin
SledgeHammer019-Aug-11 14:03
SledgeHammer019-Aug-11 14:03 
I don't think I've ever seen a private property work in any scenario. Ditto for protected internal. Internal by itself works in a lot of scenarios. I am binding to some internals as we speak. The reason it didn't work earlier was a C&P error Sniff | :^) . Changed everything from ListViewEx to TreeViewEx except the class type for the registration on the new DPs. Once I changed the new DPs to be registered for the right class, it allowed me to bind to internals.

I don't mind have internal, protected internal or private properties that I use internally for my own nefarious purposes... but I do mind having a public CheezyHackDP Smile | :) .
JokeRe: So, is binding to private / internal properties allowed or not? Pin
Mycroft Holmes9-Aug-11 14:19
professionalMycroft Holmes9-Aug-11 14:19 
QuestionRich text Box Content into Outlook mail Pin
Narender Singh Thakur8-Aug-11 4:27
Narender Singh Thakur8-Aug-11 4:27 
AnswerRe: Rich text Box Content into Outlook mail Pin
Pete O'Hanlon8-Aug-11 4:45
mvePete O'Hanlon8-Aug-11 4:45 
GeneralRe: Rich text Box Content into Outlook mail Pin
Narender Singh Thakur8-Aug-11 5:13
Narender Singh Thakur8-Aug-11 5:13 
GeneralRe: Rich text Box Content into Outlook mail Pin
Pete O'Hanlon8-Aug-11 5:22
mvePete O'Hanlon8-Aug-11 5:22 
GeneralRe: Rich text Box Content into Outlook mail Pin
Narender Singh Thakur8-Aug-11 5:24
Narender Singh Thakur8-Aug-11 5:24 
QuestionUpdate TreeView's ItemsSource during runtime Pin
Mc_Topaz8-Aug-11 4:05
Mc_Topaz8-Aug-11 4:05 
AnswerRe: Update TreeView's ItemsSource during runtime Pin
Pete O'Hanlon8-Aug-11 4:26
mvePete O'Hanlon8-Aug-11 4:26 
GeneralRe: Update TreeView's ItemsSource during runtime Pin
Mc_Topaz8-Aug-11 5:02
Mc_Topaz8-Aug-11 5:02 
GeneralRe: Update TreeView's ItemsSource during runtime [modified] Pin
SledgeHammer018-Aug-11 6:17
SledgeHammer018-Aug-11 6:17 
GeneralRe: Update TreeView's ItemsSource during runtime Pin
Mc_Topaz8-Aug-11 21:54
Mc_Topaz8-Aug-11 21:54 
Questioncolumns are empty Pin
picasso26-Aug-11 11:18
picasso26-Aug-11 11:18 
QuestionService Model Pin
mehrdadc486-Aug-11 2:17
mehrdadc486-Aug-11 2:17 
AnswerRe: Service Model Pin
Mycroft Holmes6-Aug-11 2:50
professionalMycroft Holmes6-Aug-11 2:50 
AnswerRe: Service Model Pin
Simon Bang Terkildsen8-Aug-11 1:05
Simon Bang Terkildsen8-Aug-11 1:05 
GeneralRe: Service Model Pin
Mycroft Holmes8-Aug-11 1:31
professionalMycroft Holmes8-Aug-11 1:31 
GeneralRe: Service Model Pin
Simon Bang Terkildsen8-Aug-11 1:46
Simon Bang Terkildsen8-Aug-11 1:46 

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.