3 references to WrapDirectionProperty
PresentationFramework (3)
System\Windows\Documents\Figure.cs (2)
198get { return (WrapDirection)GetValue(WrapDirectionProperty); } 199set { SetValue(WrapDirectionProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1110Figure.WrapDirectionProperty,