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)
100
Block.
MarginProperty
.AddOwner(
System\Windows\Documents\Block.cs (2)
137
get { return (Thickness)GetValue(
MarginProperty
); }
138
set { SetValue(
MarginProperty
, value); }
System\Windows\Documents\List.cs (1)
272
block.ClearValue(Block.
MarginProperty
);
System\Windows\Documents\ListItem.cs (1)
137
Block.
MarginProperty
.AddOwner(
System\Windows\Documents\Table.cs (1)
41
MarginProperty
.OverrideMetadata(typeof(Table), new FrameworkPropertyMetadata(new Thickness(Double.NaN)));
System\Windows\Documents\TextRangeEdit.cs (3)
1222
object value = block.GetValue(Block.
MarginProperty
);
1239
SetPropertyValue(block, Block.
MarginProperty
, value, newValue);
1380
TextRangeEdit.SetParagraphProperty(range.Start, range.End, Block.
MarginProperty
, thickness, propertyValueAction);
System\Windows\Documents\TextRangeSerialization.cs (1)
886
if ((property == Block.
MarginProperty
&& (typeof(Paragraph).IsAssignableFrom(propertyOwnerType) || typeof(List).IsAssignableFrom(propertyOwnerType)))
System\Windows\Documents\TextSchema.cs (4)
993
Block.
MarginProperty
,
1011
Block.
MarginProperty
,
1041
Block.
MarginProperty
,
1133
Block.
MarginProperty
,