System\Windows\Documents\TextSchema.cs (16)
397else if (typeof(Figure).IsAssignableFrom(type))
399return typeof(Figure);
511else if (typeof(Figure).IsAssignableFrom(type))
868typeof(Figure).IsAssignableFrom(parentType) ||
1110Figure.HorizontalAnchorProperty,
1111Figure.VerticalAnchorProperty,
1112Figure.HorizontalOffsetProperty,
1113Figure.VerticalOffsetProperty,
1114Figure.CanDelayPlacementProperty,
1115Figure.WrapDirectionProperty,
1116Figure.WidthProperty,
1117Figure.HeightProperty,
1120Figure.MarginProperty,
1121Figure.PaddingProperty,
1122Figure.BorderThicknessProperty,
1123Figure.BorderBrushProperty,