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