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