2 instantiations of Figure
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4207bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Figure(); };
System\Windows\Markup\KnownTypes.cs (1)
1263case KnownElements.Figure: o = new System.Windows.Documents.Figure(); break;
67 references to Figure
PresentationFramework (67)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
1010typeof(Figure).IsAssignableFrom(elementType)) 1028typeof(Figure).IsAssignableFrom(elementType))
MS\Internal\PtsHost\FigureHelper.cs (2)
81internal static double CalculateFigureWidth(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isWidthAuto) 134internal static double CalculateFigureHeight(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isHeightAuto)
MS\Internal\PtsHost\FigureParagraph.cs (8)
141Figure element = (Figure)Element; 339Figure element = (Figure)Element; 591Figure element = (Figure)Element; 629Figure element = (Figure)Element;
MS\Internal\PtsHost\FloaterParagraph.cs (8)
799Figure figure = (Figure) Element; 851Figure figure = (Figure) Element; 873double desiredSize = FigureHelper.CalculateFigureWidth(StructuralCache, (Figure)Element, 874((Figure)Element).Width, 900else if(Element is Figure) 902FigureLength figureLength = ((Figure)Element).Width;
MS\Internal\PtsHost\LineBase.cs (3)
151if (element is Figure || element is Floater) 156run = new FloatingRun(cch, element is Figure); 157if (element is Figure)
MS\Internal\PtsHost\MbpInfo.cs (2)
131else if (o is Figure || o is Floater) 152if (o is Figure || o is Floater)
MS\Internal\PtsHost\TextParagraph.cs (3)
892if(!(element is Figure) && !(element is Floater)) 922if(element is Figure || element is Floater) 969if(textElement is Figure && StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\UIElementParagraph.cs (7)
402Figure figure = (Figure) ((BlockUIContainer)Element).Parent; 520Figure figure = (Figure)((BlockUIContainer)Element).Parent; 541if (parent is Figure) 543Figure figure = parent as Figure;
System\Windows\Documents\Figure.cs (8)
78typeof(Figure), 100typeof(Figure), 122typeof(Figure), 145typeof(Figure), 168typeof(Figure), 189typeof(Figure), 211typeof(Figure), 232typeof(Figure),
System\Windows\Documents\FixedElement.cs (1)
420return typeof(Figure);
System\Windows\Documents\FlowDocument.cs (1)
55/// <see cref="Run"/>, <see cref="Span"/>, <see cref="InlineUIContainer"/>, <see cref="Floater"/>, <see cref="Figure"/>.
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,
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
298case 202: t = () => typeof(Figure); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4523Type type = typeof(System.Windows.Documents.Figure); 4525this.GetXamlType(typeof(System.Windows.Documents.Figure)), // DeclaringType 4531bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Figure)target).Blocks; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4205typeof(System.Windows.Documents.Figure),
System\Windows\Markup\KnownTypes.cs (1)
5756case KnownElements.Figure: t = typeof(System.Windows.Documents.Figure); break;