2 instantiations of Figure
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4203bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Figure(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1264case KnownElements.Figure: o = new System.Windows.Documents.Figure(); break;
67 references to Figure
PresentationFramework (67)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
1028typeof(Figure).IsAssignableFrom(elementType)) 1047typeof(Figure).IsAssignableFrom(elementType))
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (2)
85internal static double CalculateFigureWidth(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isWidthAuto) 138internal static double CalculateFigureHeight(StructuralCache structuralCache, Figure figure, FigureLength figureLength, out bool isHeightAuto)
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (8)
151Figure element = (Figure)Element; 353Figure element = (Figure)Element; 613Figure element = (Figure)Element; 651Figure element = (Figure)Element;
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (8)
829Figure figure = (Figure) Element; 881Figure figure = (Figure) Element; 903double desiredSize = FigureHelper.CalculateFigureWidth(StructuralCache, (Figure)Element, 904((Figure)Element).Width, 930else if(Element is Figure) 932FigureLength figureLength = ((Figure)Element).Width;
src\Framework\MS\Internal\PtsHost\LineBase.cs (3)
156if (element is Figure || element is Floater) 161run = new FloatingRun(cch, element is Figure); 162if (element is Figure)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (2)
132else if (o is Figure || o is Floater) 153if (o is Figure || o is Floater)
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
899if(!(element is Figure) && !(element is Floater)) 929if(element is Figure || element is Floater) 977if(textElement is Figure && StructuralCache.CurrentFormatContext.FinitePage)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (7)
401Figure figure = (Figure) ((BlockUIContainer)Element).Parent; 519Figure figure = (Figure)((BlockUIContainer)Element).Parent; 540if (parent is Figure) 542Figure figure = parent as Figure;
src\Framework\System\Windows\Documents\Figure.cs (8)
78typeof(Figure), 100typeof(Figure), 122typeof(Figure), 145typeof(Figure), 168typeof(Figure), 189typeof(Figure), 211typeof(Figure), 232typeof(Figure),
src\Framework\System\Windows\Documents\FixedElement.cs (1)
426return typeof(Figure);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
60/// <see cref="Run"/>, <see cref="Span"/>, <see cref="InlineUIContainer"/>, <see cref="Floater"/>, <see cref="Figure"/>.
src\Framework\System\Windows\Documents\TextSchema.cs (16)
400else if (typeof(Figure).IsAssignableFrom(type)) 402return typeof(Figure); 514else if (typeof(Figure).IsAssignableFrom(type)) 871typeof(Figure).IsAssignableFrom(parentType) || 1113Figure.HorizontalAnchorProperty, 1114Figure.VerticalAnchorProperty, 1115Figure.HorizontalOffsetProperty, 1116Figure.VerticalOffsetProperty, 1117Figure.CanDelayPlacementProperty, 1118Figure.WrapDirectionProperty, 1119Figure.WidthProperty, 1120Figure.HeightProperty, 1123Figure.MarginProperty, 1124Figure.PaddingProperty, 1125Figure.BorderThicknessProperty, 1126Figure.BorderBrushProperty,
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
294case 202: t = () => typeof(Figure); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4498Type type = typeof(System.Windows.Documents.Figure); 4500this.GetXamlType(typeof(System.Windows.Documents.Figure)), // DeclaringType 4506bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.Figure)target).Blocks; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4201typeof(System.Windows.Documents.Figure),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5746case KnownElements.Figure: t = typeof(System.Windows.Documents.Figure); break;