4 references to StretchDirectionProperty
PresentationFramework (4)
System\Windows\Controls\Image.cs (3)
104get { return (StretchDirection)GetValue(StretchDirectionProperty); } 105set { SetValue(StretchDirectionProperty, value); } 404StretchDirectionProperty.OverrideMetadata(
System\Windows\Documents\TextSchema.cs (1)
1160Image.StretchDirectionProperty,