15 references to MarginProperty
PresentationFramework (15)
MS\Internal\PtsHost\MbpInfo.cs (1)
100_margin = (Thickness)block.GetValue(Block.MarginProperty);
System\Windows\Documents\AnchoredBlock.cs (1)
90Block.MarginProperty.AddOwner(
System\Windows\Documents\Block.cs (2)
136get { return (Thickness)GetValue(MarginProperty); } 137set { SetValue(MarginProperty, value); }
System\Windows\Documents\List.cs (1)
271block.ClearValue(Block.MarginProperty);
System\Windows\Documents\ListItem.cs (1)
136Block.MarginProperty.AddOwner(
System\Windows\Documents\Table.cs (1)
32MarginProperty.OverrideMetadata(typeof(Table), new FrameworkPropertyMetadata(new Thickness(Double.NaN)));
System\Windows\Documents\TextRangeEdit.cs (3)
1221object value = block.GetValue(Block.MarginProperty); 1238SetPropertyValue(block, Block.MarginProperty, value, newValue); 1379TextRangeEdit.SetParagraphProperty(range.Start, range.End, Block.MarginProperty, thickness, propertyValueAction);
System\Windows\Documents\TextRangeSerialization.cs (1)
885if ((property == Block.MarginProperty && (typeof(Paragraph).IsAssignableFrom(propertyOwnerType) || typeof(List).IsAssignableFrom(propertyOwnerType)))
System\Windows\Documents\TextSchema.cs (4)
987Block.MarginProperty, 1005Block.MarginProperty, 1035Block.MarginProperty, 1127Block.MarginProperty,