2 writes to IsWindowEnabled
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
79IsWindowEnabled = (style & MS.Win32.NativeMethods.WS_DISABLED) == 0; 403IsWindowEnabled = MS.Win32.NativeMethods.IntPtrToInt32(wParam) == 1;
3 references to IsWindowEnabled
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
176if (!_inDragDrop && stylusDevice.CurrentPointerProvider.IsWindowEnabled) 361if (stylusDevice.CurrentPointerProvider.IsWindowEnabled)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
256if (!_pointerLogic.InDragDrop && IsWindowEnabled)