2 writes to _site
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (2)
31_site = new SecurityCriticalDataClass<InputProviderSite>(InputManager.Current.RegisterInputProvider(this)); 52_site = null;
5 references to _site
PresentationCore (5)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (5)
49if(_site != null) 51_site.Value.Dispose(); 440_site.Value.ReportInput(report); 645handled = _site.Value.ReportInput(report); 953bool handled = _site.Value.ReportInput(report);