11 references to GetLineHeightValue
PresentationFramework (11)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
221double lineHeight = MS.Internal.Text.DynamicPropertyReader.GetLineHeightValue(_document);
MS\Internal\PtsHost\FigureHelper.cs (1)
237double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.PropertyOwner);
MS\Internal\PtsHost\MbpInfo.cs (1)
31double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
MS\Internal\PtsHost\PtsHelper.cs (1)
769double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
MS\Internal\PtsHost\Section.cs (2)
215double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element); 357double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
203double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 377double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 537double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element);
MS\Internal\Text\MarkerProperties.cs (1)
36double lineHeight = DynamicPropertyReader.GetLineHeightValue(list);
System\Windows\Documents\FlowDocument.cs (1)
1004double lineHeight = DynamicPropertyReader.GetLineHeightValue(this);