43 references to DynamicPropertyReader
PresentationFramework (43)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
221double lineHeight = MS.Internal.Text.DynamicPropertyReader.GetLineHeightValue(_document);
MS\Internal\Documents\TextBoxLine.cs (1)
122culture = DynamicPropertyReader.GetCultureInfo((Control)_owner.Host);
MS\Internal\PtsHost\BaseParagraph.cs (1)
222fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(_element));
MS\Internal\PtsHost\FigureHelper.cs (1)
229double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.PropertyOwner);
MS\Internal\PtsHost\Line.cs (1)
205culture = DynamicPropertyReader.GetCultureInfo(element);
MS\Internal\PtsHost\LineBase.cs (2)
187TextDecorationCollection inlineTextDecorations = DynamicPropertyReader.GetTextDecorations(inline); 274TextDecorationCollection textDecorations = DynamicPropertyReader.GetTextDecorations(inline);
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (6)
81Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings")); 83formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 126formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 127DynamicPropertyReader.GetTypeface(list), list.FontSize, list.Foreground, pixelsPerDip); 134Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings")); 136formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection,
MS\Internal\PtsHost\MbpInfo.cs (1)
31double lineHeight = DynamicPropertyReader.GetLineHeightValue(o);
MS\Internal\PtsHost\OptimalTextSource.cs (1)
157culture = DynamicPropertyReader.GetCultureInfo(element);
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)
193double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 367double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 527double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element);
MS\Internal\PtsHost\TextParagraph.cs (3)
142fstxtprops.fKeepTogether = PTS.FromBoolean(DynamicPropertyReader.GetKeepTogether(Element)); 143fstxtprops.cMinLinesAfterBreak = DynamicPropertyReader.GetMinOrphanLines(Element); 144fstxtprops.cMinLinesBeforeBreak = DynamicPropertyReader.GetMinWidowLines(Element);
MS\Internal\Text\ComplexLine.cs (3)
105culture = DynamicPropertyReader.GetCultureInfo(element); 421TextDecorationCollection inlineTextDecorations = DynamicPropertyReader.GetTextDecorations(inline); 499TextDecorationCollection textDecorations = DynamicPropertyReader.GetTextDecorations(inline);
MS\Internal\Text\MarkerProperties.cs (1)
36double lineHeight = DynamicPropertyReader.GetLineHeightValue(list);
MS\Internal\Text\TextProperties.cs (10)
153_baselineAlignment = DynamicPropertyReader.GetBaselineAlignment(target); 167_backgroundBrush = DynamicPropertyReader.GetBackgroundBrush(target); 172_baselineAlignment = DynamicPropertyReader.GetBaselineAlignmentForInlineObject(target); 173_textDecorations = DynamicPropertyReader.GetTextDecorationsForInlineObject(target, _textDecorations); 177_backgroundBrush = DynamicPropertyReader.GetBackgroundBrushForInlineObject(position); 202_typeface = DynamicPropertyReader.GetTypeface(target); 206_textEffects = DynamicPropertyReader.GetTextEffects(target); 208_cultureInfo = DynamicPropertyReader.GetCultureInfo(target); 209_textDecorations = DynamicPropertyReader.GetTextDecorations(target); 215_numberSubstitution = DynamicPropertyReader.GetNumberSubstitution(target);
System\Windows\Controls\DateTimeHelper.cs (1)
114culture = MS.Internal.Text.DynamicPropertyReader.GetCultureInfo(element);
System\Windows\Documents\FlowDocument.cs (1)
998double lineHeight = DynamicPropertyReader.GetLineHeightValue(this);
System\Windows\Documents\TextEffectResolver.cs (3)
160TextEffectCollection textEffects = DynamicPropertyReader.GetTextEffects(_element); 187TextEffectCollection textEffects = DynamicPropertyReader.GetTextEffects(_element); 210TextEffectCollection textEffects = DynamicPropertyReader.GetTextEffects(_element);