4 references to StretchDirectionProperty
PresentationFramework (4)
System\Windows\Controls\Image.cs (3)
96get { return (StretchDirection)GetValue(StretchDirectionProperty); } 97set { SetValue(StretchDirectionProperty, value); } 396StretchDirectionProperty.OverrideMetadata(
System\Windows\Documents\TextSchema.cs (1)
1159Image.StretchDirectionProperty,