17 references to MBPRight
PresentationFramework (17)
MS\Internal\PtsHost\ContainerParagraph.cs (6)
527fsrcToFillSubtrack.du -= mbp.MBPLeft + mbp.MBPRight; 616fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 687durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 746fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 817durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 876fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight;
MS\Internal\PtsHost\FigureParagraph.cs (1)
248dur = subpageWidth + mbp.MBPLeft + mbp.MBPRight;
MS\Internal\PtsHost\FloaterParagraph.cs (4)
321durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 488durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 673subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)); 679subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
182subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 369subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 529subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight));
MS\Internal\PtsHost\TableParaClient.cs (2)
2022double durTotalPadding = cellSpacing * Table.ColumnCount + TextDpi.FromTextDpi(mbpInfo.MBPLeft + mbpInfo.MBPRight); 2411durTableWidth += mbpInfo.Margin.Left + TextDpi.FromTextDpi(mbpInfo.MBPRight);
MS\Internal\PtsHost\UIElementParagraph.cs (1)
390double elementWidth = TextDpi.FromTextDpi(Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)));