2 references to TextAlignmentProperty
PresentationFramework (2)
System\Windows\Documents\ListItem.cs (2)
221
get { return (TextAlignment)GetValue(
TextAlignmentProperty
); }
222
set { SetValue(
TextAlignmentProperty
, value); }