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