6 references to Height
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
176element.Height,
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (4)
402Invariant.Assert(figure.Height.IsAbsolute); 403elementHeight = figure.Height.Value; 520if (figure.Height.IsAuto) 524if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)
src\Framework\System\Windows\Documents\Figure.cs (1)
226/// DependencyProperty for <see cref="Height" /> property.