1 write to SizeToContent
PresentationFramework (1)
System\Windows\Window.cs (1)
7388_sourceWindow.SizeToContent = value;
4 references to SizeToContent
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
1355if ((_myOwnUpdate != true) && (SizeToContent != SizeToContent.Manual)) 1399bool sizeToWidth = (SizeToContent == SizeToContent.Height) ? false : true; 1400bool sizeToHeight = (SizeToContent == SizeToContent.Width) ? false : true;
PresentationFramework (1)
System\Windows\Window.cs (1)
7383return _sourceWindow.SizeToContent;