11 references to GetLineHeightValue
PresentationFramework (11)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
224double lineHeight = MS.Internal.Text.DynamicPropertyReader.GetLineHeightValue(_document);
MS\Internal\PtsHost\FigureHelper.cs (1)
238double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.PropertyOwner);
MS\Internal\PtsHost\MbpInfo.cs (1)
33double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
MS\Internal\PtsHost\PtsHelper.cs (1)
774double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
MS\Internal\PtsHost\Section.cs (2)
217double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element); 359double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
208double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 382double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 542double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element);
MS\Internal\Text\MarkerProperties.cs (1)
38double lineHeight = DynamicPropertyReader.GetLineHeightValue(list);
System\Windows\Documents\FlowDocument.cs (1)
1004double lineHeight = DynamicPropertyReader.GetLineHeightValue(this);