15 references to MarginProperty
PresentationFramework (15)
MS\Internal\PtsHost\MbpInfo.cs (1)
101_margin = (Thickness)block.GetValue(Block.MarginProperty);
System\Windows\Documents\AnchoredBlock.cs (1)
100Block.MarginProperty.AddOwner(
System\Windows\Documents\Block.cs (2)
137get { return (Thickness)GetValue(MarginProperty); } 138set { SetValue(MarginProperty, value); }
System\Windows\Documents\List.cs (1)
272block.ClearValue(Block.MarginProperty);
System\Windows\Documents\ListItem.cs (1)
137Block.MarginProperty.AddOwner(
System\Windows\Documents\Table.cs (1)
41MarginProperty.OverrideMetadata(typeof(Table), new FrameworkPropertyMetadata(new Thickness(Double.NaN)));
System\Windows\Documents\TextRangeEdit.cs (3)
1222object value = block.GetValue(Block.MarginProperty); 1239SetPropertyValue(block, Block.MarginProperty, value, newValue); 1380TextRangeEdit.SetParagraphProperty(range.Start, range.End, Block.MarginProperty, thickness, propertyValueAction);
System\Windows\Documents\TextRangeSerialization.cs (1)
886if ((property == Block.MarginProperty && (typeof(Paragraph).IsAssignableFrom(propertyOwnerType) || typeof(List).IsAssignableFrom(propertyOwnerType)))
System\Windows\Documents\TextSchema.cs (4)
993Block.MarginProperty, 1011Block.MarginProperty, 1041Block.MarginProperty, 1133Block.MarginProperty,