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)
49
if(
_site
!= null)
51
_site
.Value.Dispose();
440
_site
.Value.ReportInput(report);
645
handled =
_site
.Value.ReportInput(report);
953
bool handled =
_site
.Value.ReportInput(report);