22 references to MBPLeft
PresentationFramework (22)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (12)
538fsrcToFillSubtrack.u += mbp.MBPLeft; 539fsrcToFillSubtrack.du -= mbp.MBPLeft + mbp.MBPRight; 627fsbbox.fsrc.u -= mbp.MBPLeft; 628fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 705urSubtrack = Math.Max(Math.Min(urTrack + mbp.MBPLeft, urTrack + durTrack - 1), urTrack); 706durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 764fsbbox.fsrc.u -= mbp.MBPLeft; 765fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 842urSubtrack = Math.Max(Math.Min(urTrack + mbp.MBPLeft, urTrack + durTrack - 1), urTrack); 843durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 901fsbbox.fsrc.u -= mbp.MBPLeft; 902fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight;
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
258dur = subpageWidth + mbp.MBPLeft + mbp.MBPRight;
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (4)
329durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 503durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 688subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)); 694subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight));
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (3)
195subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 394subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 563subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight));
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
2143double durTotalPadding = cellSpacing * Table.ColumnCount + TextDpi.FromTextDpi(mbpInfo.MBPLeft + mbpInfo.MBPRight);
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
389double elementWidth = TextDpi.FromTextDpi(Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)));