4 writes to _padding
PresentationFramework (4)
MS\Internal\PtsHost\MbpInfo.cs (4)
63
ReverseFlowDirection(ref
_padding
);
91
_padding
= new Thickness();
103
_padding
= (Thickness)block.GetValue(Block.PaddingProperty);
318
set {
_padding
= value; }
13 references to _padding
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); }
317
get { return
_padding
; }
337
Double.IsNaN(
_padding
.Left) ||
338
Double.IsNaN(
_padding
.Right) ||
339
Double.IsNaN(
_padding
.Top) ||
340
Double.IsNaN(
_padding
.Bottom));