5 references to WidthAndHeight
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
276_sizeToContent = SizeToContent.WidthAndHeight; 1040if (_sizeToContent == SizeToContent.WidthAndHeight) 1416if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState) 2651value == SizeToContent.WidthAndHeight;
PresentationFramework (1)
System\Windows\Window.cs (1)
6988value == SizeToContent.WidthAndHeight;