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