2 writes to _site
PresentationCore (2)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (2)
18
_site
= InputManager.Current.RegisterInputProvider(this);
25
_site
= null;
4 references to _site
PresentationCore (4)
System\Windows\InterOp\HwndKeyboardInputProvider.cs (4)
24
_site
?.Dispose();
378
_site
.ReportInput(report);
571
handled =
_site
.ReportInput(report);
851
bool handled =
_site
.ReportInput(report);