15 references to MarginProperty
PresentationFramework (15)
MS\Internal\PtsHost\MbpInfo.cs (1)
103_margin = (Thickness)block.GetValue(Block.MarginProperty);
System\Windows\Documents\AnchoredBlock.cs (1)
101Block.MarginProperty.AddOwner(
System\Windows\Documents\Block.cs (2)
139get { return (Thickness)GetValue(MarginProperty); } 140set { SetValue(MarginProperty, value); }
System\Windows\Documents\List.cs (1)
272block.ClearValue(Block.MarginProperty);
System\Windows\Documents\ListItem.cs (1)
138Block.MarginProperty.AddOwner(
System\Windows\Documents\Table.cs (1)
50MarginProperty.OverrideMetadata(typeof(Table), new FrameworkPropertyMetadata(new Thickness(Double.NaN)));
System\Windows\Documents\TextRangeEdit.cs (3)
1224object value = block.GetValue(Block.MarginProperty); 1241SetPropertyValue(block, Block.MarginProperty, value, newValue); 1382TextRangeEdit.SetParagraphProperty(range.Start, range.End, Block.MarginProperty, thickness, propertyValueAction);
System\Windows\Documents\TextRangeSerialization.cs (1)
892if ((property == Block.MarginProperty && (typeof(Paragraph).IsAssignableFrom(propertyOwnerType) || typeof(List).IsAssignableFrom(propertyOwnerType)))
System\Windows\Documents\TextSchema.cs (4)
994Block.MarginProperty, 1012Block.MarginProperty, 1042Block.MarginProperty, 1134Block.MarginProperty,