4 writes to _margin
PresentationFramework (4)
MS\Internal\PtsHost\MbpInfo.cs (4)
54
ReverseFlowDirection(ref
_margin
);
89
_margin
= new Thickness();
101
_margin
= (Thickness)block.GetValue(Block.MarginProperty);
303
set {
_margin
= value; }
13 references to _margin
PresentationFramework (13)
MS\Internal\PtsHost\MbpInfo.cs (13)
174
get { return TextDpi.ToTextDpi(
_margin
.Left) + TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); }
182
get { return TextDpi.ToTextDpi(
_margin
.Right) + TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); }
190
get { return TextDpi.ToTextDpi(
_margin
.Top) + TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); }
198
get { return TextDpi.ToTextDpi(
_margin
.Bottom) + TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); }
270
get { return TextDpi.ToTextDpi(
_margin
.Left); }
278
get { return TextDpi.ToTextDpi(
_margin
.Right); }
286
get { return TextDpi.ToTextDpi(
_margin
.Top); }
294
get { return TextDpi.ToTextDpi(
_margin
.Bottom); }
302
get { return
_margin
; }
352
Double.IsNaN(
_margin
.Left) ||
353
Double.IsNaN(
_margin
.Right) ||
354
Double.IsNaN(
_margin
.Top) ||
355
Double.IsNaN(
_margin
.Bottom));