17 references to MBPRight
PresentationFramework (17)
MS\Internal\PtsHost\ContainerParagraph.cs (6)
504fsrcToFillSubtrack.du -= mbp.MBPLeft + mbp.MBPRight; 593fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 664durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 723fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 794durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 853fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight;
MS\Internal\PtsHost\FigureParagraph.cs (1)
237dur = subpageWidth + mbp.MBPLeft + mbp.MBPRight;
MS\Internal\PtsHost\FloaterParagraph.cs (4)
316durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 485durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 664subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)); 670subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
167subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 354subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 514subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight));
MS\Internal\PtsHost\TableParaClient.cs (2)
2016double durTotalPadding = cellSpacing * Table.ColumnCount + TextDpi.FromTextDpi(mbpInfo.MBPLeft + mbpInfo.MBPRight); 2405durTableWidth += mbpInfo.Margin.Left + TextDpi.FromTextDpi(mbpInfo.MBPRight);
MS\Internal\PtsHost\UIElementParagraph.cs (1)
391double elementWidth = TextDpi.FromTextDpi(Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)));