System\Windows\Documents\TextSchema.cs (16)
398else if (typeof(Figure).IsAssignableFrom(type))
400return typeof(Figure);
512else if (typeof(Figure).IsAssignableFrom(type))
869typeof(Figure).IsAssignableFrom(parentType) ||
1111Figure.HorizontalAnchorProperty,
1112Figure.VerticalAnchorProperty,
1113Figure.HorizontalOffsetProperty,
1114Figure.VerticalOffsetProperty,
1115Figure.CanDelayPlacementProperty,
1116Figure.WrapDirectionProperty,
1117Figure.WidthProperty,
1118Figure.HeightProperty,
1121Figure.MarginProperty,
1122Figure.PaddingProperty,
1123Figure.BorderThicknessProperty,
1124Figure.BorderBrushProperty,