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