5 references to WidthAndHeight
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
288_sizeToContent = SizeToContent.WidthAndHeight; 1063if (_sizeToContent == SizeToContent.WidthAndHeight) 1439if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState) 2674value == SizeToContent.WidthAndHeight;
PresentationFramework (1)
System\Windows\Window.cs (1)
7001value == SizeToContent.WidthAndHeight;