2 writes to _site
PresentationCore (2)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (2)
19
_site
= InputManager.Current.RegisterInputProvider(this);
26
_site
= null;
4 references to _site
PresentationCore (4)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (4)
25
_site
?.Dispose();
379
_site
.ReportInput(report);
572
handled =
_site
.ReportInput(report);
852
bool handled =
_site
.ReportInput(report);