2 writes to _source
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (2)
37
_source
= new SecurityCriticalDataClass<HwndSource>(source);
54
_source
= null;
25 references to _source
PresentationCore (25)
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (25)
72
Debug.Assert( null !=
_source
);
74
return
_source
.Value.RootVisual == v;
94
Debug.Assert( null !=
_source
);
106
HandleRef thisWindow = new HandleRef(this,
_source
.Value.CriticalHandle);
110
if ((windowStyle & NativeMethods.WS_EX_NOACTIVATE) == NativeMethods.WS_EX_NOACTIVATE ||
_source
.Value.IsInExclusiveMenuMode)
176
if (!_active && focus ==
_source
.Value.CriticalHandle)
190
result = (focus ==
_source
.Value.CriticalHandle);
219
if(null ==
_source
|| null ==
_source
.Value)
248
if(
_source
.Value.IsRepeatedKeyboardMessage(hwnd, (int)message, wParam, lParam))
302
if(
_source
.Value.IsRepeatedKeyboardMessage(hwnd, (int)message, wParam, lParam))
320
if(
_source
.Value.IsRepeatedKeyboardMessage(hwnd, (int)message, wParam, lParam))
387
if(_active && wParam !=
_source
.Value.CriticalHandle )
391
if(
_source
.Value.RestoreFocusMode == RestoreFocusMode.Auto)
396
_restoreFocusWindow = GetImmediateChildFor((IntPtr)wParam,
_source
.Value.CriticalHandle);
410
if (hwndSource ==
_source
.Value)
434
new RawUIStateInputReport(
_source
.Value,
494
HwndSource thisSource =
_source
.Value;
637
RawTextInputReport report = new RawTextInputReport(
_source
.Value ,
787
Debug.Assert( null !=
_source
);
805
ReportInput(
_source
.Value.CriticalHandle,
825
Debug.Assert( null !=
_source
);
832
if(hwndSource.Dispatcher ==
_source
.Value.Dispatcher)
906
Debug.Assert( null !=
_source
);
942
RawKeyboardInputReport report = new RawKeyboardInputReport(
_source
.Value,