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