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