4 writes to _padding
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (4)
66
ReverseFlowDirection(ref
_padding
);
94
_padding
= new Thickness();
106
_padding
= (Thickness)block.GetValue(Block.PaddingProperty);
321
set {
_padding
= value; }
13 references to _padding
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); }
320
get { return
_padding
; }
340
Double.IsNaN(
_padding
.Left) ||
341
Double.IsNaN(
_padding
.Right) ||
342
Double.IsNaN(
_padding
.Top) ||
343
Double.IsNaN(
_padding
.Bottom));