5 references to WidthAndHeight
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
281
_sizeToContent = SizeToContent.
WidthAndHeight
;
1045
if (_sizeToContent == SizeToContent.
WidthAndHeight
)
1421
if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.
WidthAndHeight
) && !_isWindowInMinimizeState)
2659
value == SizeToContent.
WidthAndHeight
;
PresentationFramework (1)
System\Windows\Window.cs (1)
6966
value == SizeToContent.
WidthAndHeight
;