3 references to MarginProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\ListItem.cs (2)
156
get { return (Thickness)GetValue(
MarginProperty
); }
157
set { SetValue(
MarginProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1028
ListItem.
MarginProperty
,