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