2 writes to _site
PresentationCore (2)
System\Windows\InterOp\HwndMouseInputProvider.cs (2)
22_site = InputManager.Current.RegisterInputProvider(this); 65_site = null;
5 references to _site
PresentationCore (5)
System\Windows\InterOp\HwndMouseInputProvider.cs (5)
33if(_site != null) 64_site.Dispose(); 1240if(_site == null || source.IsDisposed || ct == null ) 1269MouseDevice mouse = _site.CriticalInputManager.PrimaryMouseDevice; 1429bool handled = _site.ReportInput(report);