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