4 writes to _margin
PresentationFramework (4)
MS\Internal\PtsHost\MbpInfo.cs (4)
53
ReverseFlowDirection(ref
_margin
);
88
_margin
= new Thickness();
100
_margin
= (Thickness)block.GetValue(Block.MarginProperty);
302
set {
_margin
= value; }
13 references to _margin
PresentationFramework (13)
MS\Internal\PtsHost\MbpInfo.cs (13)
173
get { return TextDpi.ToTextDpi(
_margin
.Left) + TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); }
181
get { return TextDpi.ToTextDpi(
_margin
.Right) + TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); }
189
get { return TextDpi.ToTextDpi(
_margin
.Top) + TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); }
197
get { return TextDpi.ToTextDpi(
_margin
.Bottom) + TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); }
269
get { return TextDpi.ToTextDpi(
_margin
.Left); }
277
get { return TextDpi.ToTextDpi(
_margin
.Right); }
285
get { return TextDpi.ToTextDpi(
_margin
.Top); }
293
get { return TextDpi.ToTextDpi(
_margin
.Bottom); }
301
get { return
_margin
; }
351
Double.IsNaN(
_margin
.Left) ||
352
Double.IsNaN(
_margin
.Right) ||
353
Double.IsNaN(
_margin
.Top) ||
354
Double.IsNaN(
_margin
.Bottom));