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