1 write to _hwndSourceHook
PresentationCore (1)
System\Windows\InterOp\HwndSourceParameters.cs (1)
197
set{ this.
_hwndSourceHook
= value; }
3 references to _hwndSourceHook
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
196
get{ return
_hwndSourceHook
; }
373
&& (this.
_hwndSourceHook
== obj.
_hwndSourceHook
)