7 references to Both
PresentationFramework (7)
MS\Internal\Documents\DocumentGridPage.cs (1)
296
_documentPageView.StretchDirection = StretchDirection.
Both
;
System\Windows\Controls\Image.cs (1)
407
StretchDirection.
Both
,
System\Windows\Controls\MediaElement.cs (1)
99
StretchDirection.
Both
,
System\Windows\Controls\ViewBox.cs (3)
126
new FrameworkPropertyMetadata(StretchDirection.
Both
, FrameworkPropertyMetadataOptions.AffectsMeasure),
132
return ( sd == StretchDirection.
Both
429
case StretchDirection.
Both
:
System\Windows\Documents\XamlToRtfWriter.cs (1)
2301
return System.Windows.Controls.StretchDirection.
Both
;