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