2 writes to _site
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndAppCommandInputProvider.cs (2)
26
_site
= new SecurityCriticalDataClass<InputProviderSite>(InputManager.Current.RegisterInputProvider(this));
45
_site
= null;
3 references to _site
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndAppCommandInputProvider.cs (3)
42
if (
_site
!= null)
44
_site
.Value.Dispose();
89
handled =
_site
.Value.ReportInput(report);