6 references to Height
PresentationFramework (6)
MS\Internal\PtsHost\FigureParagraph.cs (1)
155element.Height,
MS\Internal\PtsHost\UIElementParagraph.cs (4)
404Invariant.Assert(figure.Height.IsAbsolute); 405elementHeight = figure.Height.Value; 526if (figure.Height.IsAuto) 530if (!StructuralCache.CurrentFormatContext.FinitePage && !figure.Height.IsAbsolute)
System\Windows\Documents\Figure.cs (1)
224/// DependencyProperty for <see cref="Height" /> property.