2 references to LineProperties
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1423return new LineProperties((Control)_host, (Control)_host, defaultTextProperties, null, this.CalculatedTextAlignment);
MS\Internal\Text\LineProperties.cs (1)
112: this(element, contentHost, defaultTextProperties, markerProperties, (TextAlignment)element.GetValue(Block.TextAlignmentProperty))