1 write to _hwndSourceHook
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (1)
199
set{ this.
_hwndSourceHook
= value; }
3 references to _hwndSourceHook
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (3)
198
get{ return
_hwndSourceHook
; }
375
&& (this.
_hwndSourceHook
== obj.
_hwndSourceHook
)