5 references to IsAbsolute
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (2)
99else if (figureLength.IsAbsolute) 221else if(figureLength.IsAbsolute)
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
937if(figureLength.IsAbsolute && figureLength.Value < availableSpace)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (2)
402Invariant.Assert(figure.Height.IsAbsolute); 524if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)