4 references to StretchDirectionProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\Image.cs (3)
109get { return (StretchDirection)GetValue(StretchDirectionProperty); } 110set { SetValue(StretchDirectionProperty, value); } 409StretchDirectionProperty.OverrideMetadata(
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1162Image.StretchDirectionProperty,