17 references to MBPRight
PresentationFramework (17)
MS\Internal\PtsHost\ContainerParagraph.cs (6)
503fsrcToFillSubtrack.du -= mbp.MBPLeft + mbp.MBPRight; 587fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 658durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 711fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 782durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 835fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight;
MS\Internal\PtsHost\FigureParagraph.cs (1)
232dur = subpageWidth + mbp.MBPLeft + mbp.MBPRight;
MS\Internal\PtsHost\FloaterParagraph.cs (4)
311durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 480durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 659subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)); 665subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
162subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 342subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 498subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight));
MS\Internal\PtsHost\TableParaClient.cs (2)
2015double durTotalPadding = cellSpacing * Table.ColumnCount + TextDpi.FromTextDpi(mbpInfo.MBPLeft + mbpInfo.MBPRight); 2404durTableWidth += 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)));