2 writes to _site
PresentationCore (2)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (2)
25
_site
= InputManager.Current.RegisterInputProvider(this);
32
_site
= null;
4 references to _site
PresentationCore (4)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (4)
31
_site
?.Dispose();
385
_site
.ReportInput(report);
578
handled =
_site
.ReportInput(report);
858
bool handled =
_site
.ReportInput(report);