5 references to IsAbsolute
PresentationFramework (5)
MS\Internal\PtsHost\FigureHelper.cs (2)
86else if (figureLength.IsAbsolute) 208else if(figureLength.IsAbsolute)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
898if(figureLength.IsAbsolute && figureLength.Value < availableSpace)
MS\Internal\PtsHost\UIElementParagraph.cs (2)
404Invariant.Assert(figure.Height.IsAbsolute); 530if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)