5 references to IsAbsolute
PresentationFramework (5)
MS\Internal\PtsHost\FigureHelper.cs (2)
95else if (figureLength.IsAbsolute) 217else if(figureLength.IsAbsolute)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
907if(figureLength.IsAbsolute && figureLength.Value < availableSpace)
MS\Internal\PtsHost\UIElementParagraph.cs (2)
403Invariant.Assert(figure.Height.IsAbsolute); 525if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)