43 references to DynamicPropertyReader
PresentationFramework (43)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
220double lineHeight = MS.Internal.Text.DynamicPropertyReader.GetLineHeightValue(_document);
MS\Internal\Documents\TextBoxLine.cs (1)
121culture = DynamicPropertyReader.GetCultureInfo((Control)_owner.Host);
MS\Internal\PtsHost\BaseParagraph.cs (1)
221fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(_element));
MS\Internal\PtsHost\FigureHelper.cs (1)
228double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.PropertyOwner);
MS\Internal\PtsHost\Line.cs (1)
204culture = DynamicPropertyReader.GetCultureInfo(element);
MS\Internal\PtsHost\LineBase.cs (2)
186TextDecorationCollection inlineTextDecorations = DynamicPropertyReader.GetTextDecorations(inline); 273TextDecorationCollection textDecorations = DynamicPropertyReader.GetTextDecorations(inline);
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (6)
80Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings")); 82formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 125formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 126DynamicPropertyReader.GetTypeface(list), list.FontSize, list.Foreground, pixelsPerDip); 133Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings")); 135formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection,
MS\Internal\PtsHost\MbpInfo.cs (1)
30double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
MS\Internal\PtsHost\OptimalTextSource.cs (1)
156culture = DynamicPropertyReader.GetCultureInfo(element);
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\PtsHost\TextParagraph.cs (3)
141fstxtprops.fKeepTogether = PTS.FromBoolean(DynamicPropertyReader.GetKeepTogether(Element)); 142fstxtprops.cMinLinesAfterBreak = DynamicPropertyReader.GetMinOrphanLines(Element); 143fstxtprops.cMinLinesBeforeBreak = DynamicPropertyReader.GetMinWidowLines(Element);
MS\Internal\Text\ComplexLine.cs (3)
104culture = DynamicPropertyReader.GetCultureInfo(element); 420TextDecorationCollection inlineTextDecorations = DynamicPropertyReader.GetTextDecorations(inline); 498TextDecorationCollection textDecorations = DynamicPropertyReader.GetTextDecorations(inline);
MS\Internal\Text\MarkerProperties.cs (1)
35double lineHeight = DynamicPropertyReader.GetLineHeightValue(list);
MS\Internal\Text\TextProperties.cs (10)
152_baselineAlignment = DynamicPropertyReader.GetBaselineAlignment(target); 166_backgroundBrush = DynamicPropertyReader.GetBackgroundBrush(target); 171_baselineAlignment = DynamicPropertyReader.GetBaselineAlignmentForInlineObject(target); 172_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations); 176_backgroundBrush = DynamicPropertyReader.GetBackgroundBrushForInlineObject(position); 201_typeface = DynamicPropertyReader.GetTypeface(target); 205_textEffects = DynamicPropertyReader.GetTextEffects(target); 207_cultureInfo = DynamicPropertyReader.GetCultureInfo(target); 208_textDecorations = DynamicPropertyReader.GetTextDecorations(target); 214_numberSubstitution = DynamicPropertyReader.GetNumberSubstitution(target);
System\Windows\Controls\DateTimeHelper.cs (1)
113culture = MS.Internal.Text.DynamicPropertyReader.GetCultureInfo(element);
System\Windows\Documents\FlowDocument.cs (1)
997double lineHeight = DynamicPropertyReader.GetLineHeightValue(this);
System\Windows\Documents\TextEffectResolver.cs (3)
159TextEffectCollection textEffects = DynamicPropertyReader.GetTextEffects(_element); 186TextEffectCollection textEffects = DynamicPropertyReader.GetTextEffects(_element); 209TextEffectCollection textEffects = DynamicPropertyReader.GetTextEffects(_element);