7 references to TextAlignmentProperty
PresentationFramework (7)
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
3063
BaseValueSource textAlignmentSource = DependencyPropertyHelper.GetValueSource(host, TextBox.
TextAlignmentProperty
).BaseValueSource;
3069
return (TextAlignment)host.GetValue(TextBox.
TextAlignmentProperty
);
3088
return (TextAlignment)host.GetValue(TextBox.
TextAlignmentProperty
);
src\Framework\System\Windows\Controls\TextBox.cs (3)
787
return (TextAlignment)GetValue(
TextAlignmentProperty
);
791
SetValue(
TextAlignmentProperty
, value);
1021
if (e.IsAValueChange || e.IsASubPropertyChange || e.Property == TextBox.
TextAlignmentProperty
)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7343
DependencyProperty dp = System.Windows.Controls.TextBox.
TextAlignmentProperty
;