1 write to _isWindowInMinimizeState
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
1661_isWindowInMinimizeState = (NativeMethods.IntPtrToInt32(wParam) == NativeMethods.SIZE_MINIMIZED) ? true : false;
2 references to _isWindowInMinimizeState
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
946if (_sizeToContent != SizeToContent.Manual && !_isWindowInMinimizeState ) 1663if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState)