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