4 writes to _border
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (4)
65
ReverseFlowDirection(ref
_border
);
93
_border
= new Thickness();
105
_border
= (Thickness)block.GetValue(Block.BorderThicknessProperty);
315
set {
_border
= value; }
13 references to _border
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (13)
177
get { return TextDpi.ToTextDpi(_margin.Left) + TextDpi.ToTextDpi(
_border
.Left) + TextDpi.ToTextDpi(_padding.Left); }
185
get { return TextDpi.ToTextDpi(_margin.Right) + TextDpi.ToTextDpi(
_border
.Right) + TextDpi.ToTextDpi(_padding.Right); }
193
get { return TextDpi.ToTextDpi(_margin.Top) + TextDpi.ToTextDpi(
_border
.Top) + TextDpi.ToTextDpi(_padding.Top); }
201
get { return TextDpi.ToTextDpi(_margin.Bottom) + TextDpi.ToTextDpi(
_border
.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); }
209
get { return TextDpi.ToTextDpi(
_border
.Left) + TextDpi.ToTextDpi(_padding.Left); }
217
get { return TextDpi.ToTextDpi(
_border
.Right) + TextDpi.ToTextDpi(_padding.Right); }
225
get { return TextDpi.ToTextDpi(
_border
.Top) + TextDpi.ToTextDpi(_padding.Top); }
233
get { return TextDpi.ToTextDpi(
_border
.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); }
241
get { return TextDpi.ToTextDpi(
_border
.Left); }
249
get { return TextDpi.ToTextDpi(
_border
.Right); }
257
get { return TextDpi.ToTextDpi(
_border
.Top); }
265
get { return TextDpi.ToTextDpi(
_border
.Bottom); }
314
get { return
_border
; }