10 references to HorizontalContentAlignmentProperty
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (3)
3087
BaseValueSource horizontalAlignmentSource = DependencyPropertyHelper.GetValueSource(host, TextBox.
HorizontalContentAlignmentProperty
).BaseValueSource;
3097
o = host.GetValue(TextBox.
HorizontalContentAlignmentProperty
);
3106
o = host.GetValue(TextBox.
HorizontalContentAlignmentProperty
);
System\Windows\Controls\Control.cs (2)
305
get { return (HorizontalAlignment) GetValue(
HorizontalContentAlignmentProperty
); }
306
set { SetValue(
HorizontalContentAlignmentProperty
, value); }
System\Windows\Controls\PasswordBox.cs (1)
497
e.Property == Control.
HorizontalContentAlignmentProperty
|| e.Property == Control.VerticalContentAlignmentProperty)
System\Windows\Controls\TextBox.cs (1)
1034
e.Property == Control.
HorizontalContentAlignmentProperty
|| e.Property == Control.VerticalContentAlignmentProperty)
System\Windows\Controls\UserControl.cs (1)
32
HorizontalContentAlignmentProperty
.OverrideMetadata(typeof(UserControl), new FrameworkPropertyMetadata(HorizontalAlignment.Stretch));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2263
DependencyProperty dp = System.Windows.Controls.Control.
HorizontalContentAlignmentProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1746
return System.Windows.Controls.Control.
HorizontalContentAlignmentProperty
;