2 instantiations of Figure
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4544DefaultConstructor = delegate () { return new System.Windows.Documents.Figure(); },
System\Windows\Markup\KnownTypes.cs (1)
1257case KnownElements.Figure: o = new System.Windows.Documents.Figure(); break;
67 references to Figure
PresentationFramework (67)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
1000typeof(Figure).IsAssignableFrom(elementType)) 1018typeof(Figure).IsAssignableFrom(elementType))
MS\Internal\PtsHost\FigureHelper.cs (2)
72internal static double CalculateFigureWidth(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isWidthAuto) 125internal static double CalculateFigureHeight(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isHeightAuto)
MS\Internal\PtsHost\FigureParagraph.cs (8)
130Figure element = (Figure)Element; 328Figure element = (Figure)Element; 576Figure element = (Figure)Element; 614Figure element = (Figure)Element;
MS\Internal\PtsHost\FloaterParagraph.cs (8)
790Figure figure = (Figure) Element; 842Figure figure = (Figure) Element; 864double desiredSize = FigureHelper.CalculateFigureWidth(StructuralCache, (Figure)Element, 865((Figure)Element).Width, 891else if(Element is Figure) 893FigureLength figureLength = ((Figure)Element).Width;
MS\Internal\PtsHost\LineBase.cs (3)
141if (element is Figure || element is Floater) 146run = new FloatingRun(cch, element is Figure); 147if (element is Figure)
MS\Internal\PtsHost\MbpInfo.cs (2)
129else if (o is Figure || o is Floater) 150if (o is Figure || o is Floater)
MS\Internal\PtsHost\TextParagraph.cs (3)
869if(!(element is Figure) && !(element is Floater)) 899if(element is Figure || element is Floater) 946if(textElement is Figure && StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\UIElementParagraph.cs (7)
403Figure figure = (Figure) ((BlockUIContainer)Element).Parent; 525Figure figure = (Figure)((BlockUIContainer)Element).Parent; 546if (parent is Figure) 548Figure figure = parent as Figure;
System\Windows\Documents\Figure.cs (8)
76typeof(Figure), 98typeof(Figure), 120typeof(Figure), 143typeof(Figure), 166typeof(Figure), 187typeof(Figure), 209typeof(Figure), 230typeof(Figure),
System\Windows\Documents\FixedElement.cs (1)
418return 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)
397else if (typeof(Figure).IsAssignableFrom(type)) 399return typeof(Figure); 511else if (typeof(Figure).IsAssignableFrom(type)) 863typeof(Figure).IsAssignableFrom(parentType) || 1105Figure.HorizontalAnchorProperty, 1106Figure.VerticalAnchorProperty, 1107Figure.HorizontalOffsetProperty, 1108Figure.VerticalOffsetProperty, 1109Figure.CanDelayPlacementProperty, 1110Figure.WrapDirectionProperty, 1111Figure.WidthProperty, 1112Figure.HeightProperty, 1115Figure.MarginProperty, 1116Figure.PaddingProperty, 1117Figure.BorderThicknessProperty, 1118Figure.BorderBrushProperty,
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
296case 202: t = () => typeof(Figure); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4783Type type = typeof(System.Windows.Documents.Figure); 4785this.GetXamlType(typeof(System.Windows.Documents.Figure)), // DeclaringType 4792GetDelegate = delegate (object target) { return ((System.Windows.Documents.Figure)target).Blocks; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4541typeof(System.Windows.Documents.Figure),
System\Windows\Markup\KnownTypes.cs (1)
5750case KnownElements.Figure: t = typeof(System.Windows.Documents.Figure); break;