System\Windows\Documents\TextSchema.cs (16)
397else if (typeof(Figure).IsAssignableFrom(type))
399return typeof(Figure);
511else if (typeof(Figure).IsAssignableFrom(type))
863typeof(Figure).IsAssignableFrom(parentType) ||
1105Figure.HorizontalAnchorProperty,
1106Figure.VerticalAnchorProperty,
1107Figure.HorizontalOffsetProperty,
1108Figure.VerticalOffsetProperty,
1109Figure.CanDelayPlacementProperty,
1110Figure.WrapDirectionProperty,
1111Figure.WidthProperty,
1112Figure.HeightProperty,
1115Figure.MarginProperty,
1116Figure.PaddingProperty,
1117Figure.BorderThicknessProperty,
1118Figure.BorderBrushProperty,