3 references to StretchDirectionProperty
PresentationFramework (3)
System\Windows\Controls\MediaElement.cs (3)
88
StretchDirectionProperty
.OverrideMetadata(
310
get { return (StretchDirection) GetValue(
StretchDirectionProperty
); }
311
set { SetValue(
StretchDirectionProperty
, value); }