43 references to DynamicPropertyReader
PresentationFramework (43)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
229double lineHeight = MS.Internal.Text.DynamicPropertyReader.GetLineHeightValue(_document);
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
131culture = DynamicPropertyReader.GetCultureInfo((Control)_owner.Host);
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
228fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(_element));
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (1)
242double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.PropertyOwner);
src\Framework\MS\Internal\PtsHost\Line.cs (1)
225culture = DynamicPropertyReader.GetCultureInfo(element);
src\Framework\MS\Internal\PtsHost\LineBase.cs (2)
202TextDecorationCollection inlineTextDecorations = DynamicPropertyReader.GetTextDecorations(inline); 289TextDecorationCollection textDecorations = DynamicPropertyReader.GetTextDecorations(inline);
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (6)
86Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings")); 88formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 132formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 133DynamicPropertyReader.GetTypeface(list), list.FontSize, list.Foreground, pixelsPerDip); 140Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings")); 142formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection,
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (1)
34double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
176culture = DynamicPropertyReader.GetCultureInfo(element);
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (1)
875double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
src\Framework\MS\Internal\PtsHost\Section.cs (2)
226double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element); 374double lineHeight = DynamicPropertyReader.GetLineHeightValue(Element);
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (3)
221double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 407double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 576double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element);
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (3)
164fstxtprops.fKeepTogether = PTS.FromBoolean(DynamicPropertyReader.GetKeepTogether(Element)); 165fstxtprops.cMinLinesAfterBreak = DynamicPropertyReader.GetMinOrphanLines(Element); 166fstxtprops.cMinLinesBeforeBreak = DynamicPropertyReader.GetMinWidowLines(Element);
src\Framework\MS\Internal\Text\ComplexLine.cs (3)
113culture = DynamicPropertyReader.GetCultureInfo(element); 432TextDecorationCollection inlineTextDecorations = DynamicPropertyReader.GetTextDecorations(inline); 510TextDecorationCollection textDecorations = DynamicPropertyReader.GetTextDecorations(inline);
src\Framework\MS\Internal\Text\MarkerProperties.cs (1)
41double lineHeight = DynamicPropertyReader.GetLineHeightValue(list);
src\Framework\MS\Internal\Text\TextProperties.cs (10)
158_baselineAlignment = DynamicPropertyReader.GetBaselineAlignment(target); 172_backgroundBrush = DynamicPropertyReader.GetBackgroundBrush(target); 177_baselineAlignment = DynamicPropertyReader.GetBaselineAlignmentForInlineObject(target); 178_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations); 182_backgroundBrush = DynamicPropertyReader.GetBackgroundBrushForInlineObject(position); 207_typeface = DynamicPropertyReader.GetTypeface(target); 211_textEffects = DynamicPropertyReader.GetTextEffects(target); 213_cultureInfo = DynamicPropertyReader.GetCultureInfo(target); 214_textDecorations = DynamicPropertyReader.GetTextDecorations(target); 220_numberSubstitution = DynamicPropertyReader.GetNumberSubstitution(target);
src\Framework\System\Windows\Controls\DateTimeHelper.cs (1)
116culture = MS.Internal.Text.DynamicPropertyReader.GetCultureInfo(element);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
1012double lineHeight = DynamicPropertyReader.GetLineHeightValue(this);
src\Framework\System\Windows\Documents\TextEffectResolver.cs (3)
176TextEffectCollection textEffects = DynamicPropertyReader.GetTextEffects(_element); 203TextEffectCollection textEffects = DynamicPropertyReader.GetTextEffects(_element); 226TextEffectCollection textEffects = DynamicPropertyReader.GetTextEffects(_element);