7 references to Both
PresentationFramework (7)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
335
_documentPageView.StretchDirection = StretchDirection.
Both
;
src\Framework\System\Windows\Controls\Image.cs (1)
412
StretchDirection.
Both
,
src\Framework\System\Windows\Controls\MediaElement.cs (1)
104
StretchDirection.
Both
,
src\Framework\System\Windows\Controls\ViewBox.cs (3)
134
new FrameworkPropertyMetadata(StretchDirection.
Both
, FrameworkPropertyMetadataOptions.AffectsMeasure),
140
return ( sd == StretchDirection.
Both
438
case StretchDirection.
Both
:
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (1)
2302
return System.Windows.Controls.StretchDirection.
Both
;