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)
171int 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)
683subpageWidth = 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)
2547Math.Max(_rect.du - (mbpInfo.BPRight + mbpInfo.BPLeft), 1),