1 write to SizeToContent
PresentationFramework (1)
System\Windows\Window.cs (1)
7500_sourceWindow.SizeToContent = value;
4 references to SizeToContent
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
1327if ((_myOwnUpdate != true) && (SizeToContent != SizeToContent.Manual)) 1371bool sizeToWidth = (SizeToContent == SizeToContent.Height) ? false : true; 1372bool sizeToHeight = (SizeToContent == SizeToContent.Width) ? false : true;
PresentationFramework (1)
System\Windows\Window.cs (1)
7495return _sourceWindow.SizeToContent;