6 references to BPRight
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
104
_contentRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.
BPRight
- mbp.BPLeft);
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
171
int subpageWidth = Math.Max(1, TextDpi.ToTextDpi(anchorLimitedWidth) - (mbp.BPLeft + mbp.
BPRight
));
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
230
_contentRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.
BPRight
- mbp.BPLeft);
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
683
subpageWidth = Math.Max(1, durSpecified - (mbp.BPLeft + mbp.
BPRight
));
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (1)
116
_contentRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.
BPRight
- mbp.BPLeft);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
2547
Math.Max(_rect.du - (mbpInfo.
BPRight
+ mbpInfo.BPLeft), 1),