1 write to SizeToContent
PresentationFramework (1)
System\Windows\Window.cs (1)
7513
_sourceWindow.
SizeToContent
= value;
4 references to SizeToContent
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
1350
if ((_myOwnUpdate != true) && (
SizeToContent
!= SizeToContent.Manual))
1394
bool sizeToWidth = (
SizeToContent
== SizeToContent.Height) ? false : true;
1395
bool sizeToHeight = (
SizeToContent
== SizeToContent.Width) ? false : true;
PresentationFramework (1)
System\Windows\Window.cs (1)
7508
return _sourceWindow.
SizeToContent
;