2 writes to _site
PresentationCore (2)
System\Windows\InterOp\HwndMouseInputProvider.cs (2)
26
_site
= InputManager.Current.RegisterInputProvider(this);
69
_site
= null;
5 references to _site
PresentationCore (5)
System\Windows\InterOp\HwndMouseInputProvider.cs (5)
37
if(
_site
!= null)
68
_site
.Dispose();
1244
if(
_site
== null || source.IsDisposed || ct == null )
1273
MouseDevice mouse =
_site
.CriticalInputManager.PrimaryMouseDevice;
1433
bool handled =
_site
.ReportInput(report);