2 instantiations of Figure
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4205bamlType.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)
1003typeof(Figure).IsAssignableFrom(elementType)) 1021typeof(Figure).IsAssignableFrom(elementType))
MS\Internal\PtsHost\FigureHelper.cs (2)
80internal static double CalculateFigureWidth(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isWidthAuto) 133internal static double CalculateFigureHeight(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isHeightAuto)
MS\Internal\PtsHost\FigureParagraph.cs (8)
135Figure element = (Figure)Element; 333Figure element = (Figure)Element; 585Figure element = (Figure)Element; 623Figure element = (Figure)Element;
MS\Internal\PtsHost\FloaterParagraph.cs (8)
795Figure figure = (Figure) Element; 847Figure figure = (Figure) Element; 869double desiredSize = FigureHelper.CalculateFigureWidth(StructuralCache, (Figure)Element, 870((Figure)Element).Width, 896else if(Element is Figure) 898FigureLength figureLength = ((Figure)Element).Width;
MS\Internal\PtsHost\LineBase.cs (3)
145if (element is Figure || element is Floater) 150run = new FloatingRun(cch, element is Figure); 151if (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)
885if(!(element is Figure) && !(element is Floater)) 915if(element is Figure || element is Floater) 962if(textElement is Figure && StructuralCache.CurrentFormatContext.FinitePage)
MS\Internal\PtsHost\UIElementParagraph.cs (7)
399Figure figure = (Figure) ((BlockUIContainer)Element).Parent; 517Figure figure = (Figure)((BlockUIContainer)Element).Parent; 538if (parent is Figure) 540Figure 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)
412return 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)) 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,
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
296case 202: t = () => typeof(Figure); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4521Type type = typeof(System.Windows.Documents.Figure); 4523this.GetXamlType(typeof(System.Windows.Documents.Figure)), // DeclaringType 4529bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Figure)target).Blocks; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4203typeof(System.Windows.Documents.Figure),
System\Windows\Markup\KnownTypes.cs (1)
5756case KnownElements.Figure: t = typeof(System.Windows.Documents.Figure); break;