3 references to StretchDirectionProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\MediaElement.cs (3)
101
StretchDirectionProperty
.OverrideMetadata(
323
get { return (StretchDirection) GetValue(
StretchDirectionProperty
); }
324
set { SetValue(
StretchDirectionProperty
, value); }