6 references to BorderLeft
PresentationFramework (6)
MS\Internal\PtsHost\FigureParaClient.cs (2)
82
_paddingRect.u = _rect.u + mbp.
BorderLeft
;
83
_paddingRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.BorderRight - mbp.
BorderLeft
);
MS\Internal\PtsHost\FloaterParaClient.cs (2)
205
_paddingRect.u = _rect.u + mbp.
BorderLeft
;
206
_paddingRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.BorderRight - mbp.
BorderLeft
);
MS\Internal\PtsHost\SubpageParaClient.cs (2)
96
_paddingRect.u = _rect.u + mbp.
BorderLeft
;
97
_paddingRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.BorderRight - mbp.
BorderLeft
);