9 references to WidthAndHeight
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndSource.cs (4)
332_sizeToContent = SizeToContent.WidthAndHeight; 1259if (_sizeToContent == SizeToContent.WidthAndHeight) 1663if ((!_myOwnUpdate) && (_sizeToContent != SizeToContent.WidthAndHeight) && !_isWindowInMinimizeState) 3058value == SizeToContent.WidthAndHeight;
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7325value == SizeToContent.WidthAndHeight;
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChanges.cs (1)
242editor.WindowSizeToContent = SizeToContent.WidthAndHeight;
System\Activities\Core\Presentation\FlowSwitchLink.cs (1)
208editor.WindowSizeToContent = SizeToContent.WidthAndHeight;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (1)
146this.WindowSizeToContent = SizeToContent.WidthAndHeight;
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (1)
42new UIPropertyMetadata(SizeToContent.WidthAndHeight));