src\Framework\System\Windows\Documents\TextSchema.cs (16)
400else if (typeof(Figure).IsAssignableFrom(type))
402return typeof(Figure);
514else if (typeof(Figure).IsAssignableFrom(type))
871typeof(Figure).IsAssignableFrom(parentType) ||
1113Figure.HorizontalAnchorProperty,
1114Figure.VerticalAnchorProperty,
1115Figure.HorizontalOffsetProperty,
1116Figure.VerticalOffsetProperty,
1117Figure.CanDelayPlacementProperty,
1118Figure.WrapDirectionProperty,
1119Figure.WidthProperty,
1120Figure.HeightProperty,
1123Figure.MarginProperty,
1124Figure.PaddingProperty,
1125Figure.BorderThicknessProperty,
1126Figure.BorderBrushProperty,