4,080 reputation
12459
bio website scottbilas.com
location Seattle, WA
age 38
visits member for 4 years, 8 months
seen yesterday
stats profile views 459

Grognard at Bungie, Inc.


Jul
27
comment How to set a PlacementTarget for a WPF tooltip without messing up the DataContext?
Another thing I tried was to put the ContentControl with Content set to the proxy static resource inside of the item DataTemplate. That bound successfully but would not rebind as I hovered tooltips over each of the data items (it stayed bound to the first).
Jul
27
comment How to set a PlacementTarget for a WPF tooltip without messing up the DataContext?
This is interesting, and I played around with it for a while but couldn't get it to work on the actual items within the listbox. I don't think the issue is the visual tree not being available. With the code in the sample question, the error I get from the binding engine is that it's trying to bind to the listbox's vm, instead of the item's vm. If the tooltip not being part of the visual tree was the problem, then I would expect the error to be about trying to bind to null or perhaps the main window's vm. But it's successfully found the listbox's vm. What I want is to make it use the item's vm.
Jul
26
revised How to emulate “friend” in C#?
deleted 1 characters in body
Jul
26
revised How to emulate “friend” in C#?
added 1881 characters in body
Jul
26
revised How to emulate “friend” in C#?
added 303 characters in body
Jul
26
comment How to emulate “friend” in C#?
We use explicit interface implementations everywhere by convention, so many classes have a IInterface I { get { return this; } } on them, so it's not much of a deterrent. Now, the Obsolete attribute is very interesting. I could see having an ISystemInternalNodePart that I protected that way. Would require some docs to make it clear what's going on, but..worth messing around with.
Jul
26
asked How to emulate “friend” in C#?
Jul
25
awarded  Promoter
Jul
22
comment How to set a PlacementTarget for a WPF tooltip without messing up the DataContext?
My VM tree does have parent references to the owner. The problem is that I have the reverse issue - it is getting bound to the listbox's vm and what I need is data in the item vm.
Jul
21
asked How to set a PlacementTarget for a WPF tooltip without messing up the DataContext?
Jul
21
comment How to disable WPF ContextMenu animations?
Thank you this is exactly what I was looking for! Woo! Happy day.
Jul
21
accepted How to disable WPF ContextMenu animations?
Jul
21
accepted How to make a WPF style inheritable to derived classes?
Jul
21
comment How to make a WPF style inheritable to derived classes?
The last hunk of code was exactly what I was looking for. Thanks Mr. Naked!
Jul
21
asked How to make a WPF style inheritable to derived classes?
Jul
7
awarded  Nice Question
Jun
28
comment What Are Some Good .NET Profilers?
Be careful to read the license terms. DotTrace is extremely restrictive regarding transfer of license keys among developers.
Jun
27
awarded  Necromancer
Jun
25
awarded  Nice Question
Jun
25
awarded  Nice Question