2 writes to _site
PresentationCore (2)
System\Windows\InterOp\HwndMouseInputProvider.cs (2)
21
_site
= InputManager.Current.RegisterInputProvider(this);
64
_site
= null;
5 references to _site
PresentationCore (5)
System\Windows\InterOp\HwndMouseInputProvider.cs (5)
32
if(
_site
!= null)
63
_site
.Dispose();
1236
if(
_site
== null || source.IsDisposed || ct == null )
1265
MouseDevice mouse =
_site
.CriticalInputManager.PrimaryMouseDevice;
1425
bool handled =
_site
.ReportInput(report);