4 writes to _border
PresentationFramework (4)
MS\Internal\PtsHost\MbpInfo.cs (4)
62
ReverseFlowDirection(ref
_border
);
90
_border
= new Thickness();
102
_border
= (Thickness)block.GetValue(Block.BorderThicknessProperty);
312
set {
_border
= value; }
13 references to _border
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); }
206
get { return TextDpi.ToTextDpi(
_border
.Left) + TextDpi.ToTextDpi(_padding.Left); }
214
get { return TextDpi.ToTextDpi(
_border
.Right) + TextDpi.ToTextDpi(_padding.Right); }
222
get { return TextDpi.ToTextDpi(
_border
.Top) + TextDpi.ToTextDpi(_padding.Top); }
230
get { return TextDpi.ToTextDpi(
_border
.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); }
238
get { return TextDpi.ToTextDpi(
_border
.Left); }
246
get { return TextDpi.ToTextDpi(
_border
.Right); }
254
get { return TextDpi.ToTextDpi(
_border
.Top); }
262
get { return TextDpi.ToTextDpi(
_border
.Bottom); }
311
get { return
_border
; }