6 references to BorderLeft
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (2)
108
_paddingRect.u = _rect.u + mbp.
BorderLeft
;
109
_paddingRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.BorderRight - mbp.
BorderLeft
);
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (2)
234
_paddingRect.u = _rect.u + mbp.
BorderLeft
;
235
_paddingRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.BorderRight - mbp.
BorderLeft
);
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (2)
120
_paddingRect.u = _rect.u + mbp.
BorderLeft
;
121
_paddingRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.BorderRight - mbp.
BorderLeft
);