2 instantiations of Figure
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4543DefaultConstructor = delegate () { return new System.Windows.Documents.Figure(); },
System\Windows\Markup\KnownTypes.cs (1)
1256case KnownElements.Figure: o = new System.Windows.Documents.Figure(); break;
67 references to Figure
PresentationFramework (67)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
999typeof(Figure).IsAssignableFrom(elementType)) 1017typeof(Figure).IsAssignableFrom(elementType))
MS\Internal\PtsHost\FigureHelper.cs (2)
71internal static double CalculateFigureWidth(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isWidthAuto) 124internal static double CalculateFigureHeight(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isHeightAuto)
MS\Internal\PtsHost\FigureParagraph.cs (8)
129Figure element = (Figure)Element; 327Figure element = (Figure)Element; 575Figure element = (Figure)Element; 613Figure element = (Figure)Element;
MS\Internal\PtsHost\FloaterParagraph.cs (8)
789Figure figure = (Figure) Element; 841Figure figure = (Figure) Element; 863double desiredSize = FigureHelper.CalculateFigureWidth(StructuralCache, (Figure)Element, 864((Figure)Element).Width, 890else if(Element is Figure) 892FigureLength figureLength = ((Figure)Element).Width;
MS\Internal\PtsHost\LineBase.cs (3)
140if (element is Figure || element is Floater) 145run = new FloatingRun(cch, element is Figure); 146if (element is Figure)
MS\Internal\PtsHost\MbpInfo.cs (2)
128else if (o is Figure || o is Floater) 149if (o is Figure || o is Floater)
MS\Internal\PtsHost\TextParagraph.cs (3)
868if(!(element is Figure) && !(element is Floater)) 898if(element is Figure || element is Floater) 945if(textElement is Figure && StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\UIElementParagraph.cs (7)
402Figure figure = (Figure) ((BlockUIContainer)Element).Parent; 524Figure figure = (Figure)((BlockUIContainer)Element).Parent; 545if (parent is Figure) 547Figure figure = parent as Figure;
System\Windows\Documents\Figure.cs (8)
75typeof(Figure), 97typeof(Figure), 119typeof(Figure), 142typeof(Figure), 165typeof(Figure), 186typeof(Figure), 208typeof(Figure), 229typeof(Figure),
System\Windows\Documents\FixedElement.cs (1)
417return typeof(Figure);
System\Windows\Documents\FlowDocument.cs (1)
54/// <see cref="Run"/>, <see cref="Span"/>, <see cref="InlineUIContainer"/>, <see cref="Floater"/>, <see cref="Figure"/>.
System\Windows\Documents\TextSchema.cs (16)
396else if (typeof(Figure).IsAssignableFrom(type)) 398return typeof(Figure); 510else if (typeof(Figure).IsAssignableFrom(type)) 862typeof(Figure).IsAssignableFrom(parentType) || 1104Figure.HorizontalAnchorProperty, 1105Figure.VerticalAnchorProperty, 1106Figure.HorizontalOffsetProperty, 1107Figure.VerticalOffsetProperty, 1108Figure.CanDelayPlacementProperty, 1109Figure.WrapDirectionProperty, 1110Figure.WidthProperty, 1111Figure.HeightProperty, 1114Figure.MarginProperty, 1115Figure.PaddingProperty, 1116Figure.BorderThicknessProperty, 1117Figure.BorderBrushProperty,
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
295case 202: t = () => typeof(Figure); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4782Type type = typeof(System.Windows.Documents.Figure); 4784this.GetXamlType(typeof(System.Windows.Documents.Figure)), // DeclaringType 4791GetDelegate = delegate (object target) { return ((System.Windows.Documents.Figure)target).Blocks; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4540typeof(System.Windows.Documents.Figure),
System\Windows\Markup\KnownTypes.cs (1)
5749case KnownElements.Figure: t = typeof(System.Windows.Documents.Figure); break;