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