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)
32if(_site != null) 63_site.Dispose(); 1236if(_site == null || source.IsDisposed || ct == null ) 1265MouseDevice mouse = _site.CriticalInputManager.PrimaryMouseDevice; 1425bool handled = _site.ReportInput(report);