15 references to MarginProperty
PresentationFramework (15)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (1)
104_margin = (Thickness)block.GetValue(Block.MarginProperty);
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
101Block.MarginProperty.AddOwner(
src\Framework\System\Windows\Documents\Block.cs (2)
145get { return (Thickness)GetValue(MarginProperty); } 146set { SetValue(MarginProperty, value); }
src\Framework\System\Windows\Documents\List.cs (1)
282block.ClearValue(Block.MarginProperty);
src\Framework\System\Windows\Documents\ListItem.cs (1)
145Block.MarginProperty.AddOwner(
src\Framework\System\Windows\Documents\Table.cs (1)
55MarginProperty.OverrideMetadata(typeof(Table), new FrameworkPropertyMetadata(new Thickness(Double.NaN)));
src\Framework\System\Windows\Documents\TextRangeEdit.cs (3)
1226object value = block.GetValue(Block.MarginProperty); 1243SetPropertyValue(block, Block.MarginProperty, value, newValue); 1384TextRangeEdit.SetParagraphProperty(range.Start, range.End, Block.MarginProperty, thickness, propertyValueAction);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
899if ((property == Block.MarginProperty && (typeof(Paragraph).IsAssignableFrom(propertyOwnerType) || typeof(List).IsAssignableFrom(propertyOwnerType)))
src\Framework\System\Windows\Documents\TextSchema.cs (4)
996Block.MarginProperty, 1014Block.MarginProperty, 1044Block.MarginProperty, 1136Block.MarginProperty,