6 references to BPRight
PresentationFramework (6)
MS\Internal\PtsHost\FigureParaClient.cs (1)
84_contentRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.BPRight - mbp.BPLeft);
MS\Internal\PtsHost\FigureParagraph.cs (1)
161int subpageWidth = Math.Max(1, TextDpi.ToTextDpi(anchorLimitedWidth) - (mbp.BPLeft + mbp.BPRight));
MS\Internal\PtsHost\FloaterParaClient.cs (1)
205_contentRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.BPRight - mbp.BPLeft);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
668subpageWidth = Math.Max(1, durSpecified - (mbp.BPLeft + mbp.BPRight));
MS\Internal\PtsHost\SubpageParaClient.cs (1)
97_contentRect.du = Math.Max(TextDpi.ToTextDpi(TextDpi.MinWidth), _rect.du - mbp.BPRight - mbp.BPLeft);
MS\Internal\PtsHost\TableParaClient.cs (1)
2426Math.Max(_rect.du - (mbpInfo.BPRight + mbpInfo.BPLeft), 1),