1 write to _paragraphProperties
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
37_paragraphProperties = paragraphProperties;
14 references to _paragraphProperties
PresentationCore (14)
MS\Internal\TextFormatting\TextProperties.cs (14)
44if (_paragraphProperties.FlowDirection == FlowDirection.RightToLeft) 75get { return _paragraphProperties.FirstLineInParagraph; } 80get { return _paragraphProperties.AlwaysCollapsible; } 95get { return _paragraphProperties.DefaultIncrementalTab; } 100get { return _paragraphProperties.Tabs; } 105get { return _paragraphProperties.TextAlignment; } 110get { return _paragraphProperties.TextAlignment == TextAlignment.Justify; } 115get { return _paragraphProperties.TextWrapping == TextWrapping.Wrap; } 120get { return _paragraphProperties.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; } 125get { return _paragraphProperties.DefaultTextRunProperties.Typeface; } 140get { return _paragraphProperties.TextMarkerProperties; } 145get { return _paragraphProperties.Hyphenator; } 150get { return _paragraphProperties.TextDecorations; } 155get { return _paragraphProperties.DefaultTextRunProperties.ForegroundBrush; }