3 references to WidthProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Figure.cs (2)
221get { return (FigureLength)GetValue(WidthProperty); } 222set { SetValue(WidthProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1119Figure.WidthProperty,