5 references to IsAbsolute
PresentationFramework (5)
MS\Internal\PtsHost\FigureHelper.cs (2)
94else if (figureLength.IsAbsolute) 216else if(figureLength.IsAbsolute)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
903if(figureLength.IsAbsolute && figureLength.Value < availableSpace)
MS\Internal\PtsHost\UIElementParagraph.cs (2)
400Invariant.Assert(figure.Height.IsAbsolute); 522if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)