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)
1350if ((_myOwnUpdate != true) && (SizeToContent != SizeToContent.Manual)) 1394bool sizeToWidth = (SizeToContent == SizeToContent.Height) ? false : true; 1395bool sizeToHeight = (SizeToContent == SizeToContent.Width) ? false : true;
PresentationFramework (1)
System\Windows\Window.cs (1)
7508return _sourceWindow.SizeToContent;