4 writes to _padding
PresentationFramework (4)
MS\Internal\PtsHost\MbpInfo.cs (4)
62
ReverseFlowDirection(ref
_padding
);
90
_padding
= new Thickness();
102
_padding
= (Thickness)block.GetValue(Block.PaddingProperty);
317
set {
_padding
= value; }
13 references to _padding
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); }
205
get { return TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(
_padding
.Left); }
213
get { return TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(
_padding
.Right); }
221
get { return TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(
_padding
.Top); }
229
get { return TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(
_padding
.Bottom); }
316
get { return
_padding
; }
336
Double.IsNaN(
_padding
.Left) ||
337
Double.IsNaN(
_padding
.Right) ||
338
Double.IsNaN(
_padding
.Top) ||
339
Double.IsNaN(
_padding
.Bottom));