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