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)
37if(_site != null) 68_site.Dispose(); 1244if(_site == null || source.IsDisposed || ct == null ) 1273MouseDevice mouse = _site.CriticalInputManager.PrimaryMouseDevice; 1433bool handled = _site.ReportInput(report);