17 references to MBPRight
PresentationFramework (17)
MS\Internal\PtsHost\ContainerParagraph.cs (6)
507fsrcToFillSubtrack.du -= mbp.MBPLeft + mbp.MBPRight; 596fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 667durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 726fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 797durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 856fsbbox.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; 670subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)); 676subpageWidth = 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)
394double elementWidth = TextDpi.FromTextDpi(Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)));