2 writes to _appCommand
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
371
_appCommand
= new SecurityCriticalDataClass<HwndAppCommandInputProvider>(new HwndAppCommandInputProvider(this));
2984
_appCommand
= null;
4 references to _appCommand
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndSource.cs (4)
1850
if (!_isDisposed &&
_appCommand
!= null && !handled)
1852
result =
_appCommand
.Value.FilterMessage(hwnd, message, wParam, lParam, ref handled);
2981
if (
_appCommand
!= null)
2983
_appCommand
.Value.Dispose();