System\Windows\Documents\TextSchema.cs (16)
396else if (typeof(Figure).IsAssignableFrom(type))
398return typeof(Figure);
510else if (typeof(Figure).IsAssignableFrom(type))
862typeof(Figure).IsAssignableFrom(parentType) ||
1104Figure.HorizontalAnchorProperty,
1105Figure.VerticalAnchorProperty,
1106Figure.HorizontalOffsetProperty,
1107Figure.VerticalOffsetProperty,
1108Figure.CanDelayPlacementProperty,
1109Figure.WrapDirectionProperty,
1110Figure.WidthProperty,
1111Figure.HeightProperty,
1114Figure.MarginProperty,
1115Figure.PaddingProperty,
1116Figure.BorderThicknessProperty,
1117Figure.BorderBrushProperty,