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