11 references to GetLineHeightValue
PresentationFramework (11)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
220double lineHeight = MS.Internal.Text.DynamicPropertyReader.GetLineHeightValue(_document);
MS\Internal\PtsHost\FigureHelper.cs (1)
228double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.PropertyOwner);
MS\Internal\PtsHost\MbpInfo.cs (1)
30double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
MS\Internal\PtsHost\PtsHelper.cs (1)
768double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
MS\Internal\PtsHost\Section.cs (2)
214double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element); 356double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element);
MS\Internal\PtsHost\SubpageParagraph.cs (3)
192double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 366double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 526double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element);
MS\Internal\Text\MarkerProperties.cs (1)
35double lineHeight = DynamicPropertyReader.GetLineHeightValue(list);
System\Windows\Documents\FlowDocument.cs (1)
997double lineHeight = DynamicPropertyReader.GetLineHeightValue(this);