17 references to MBPRight
PresentationFramework (17)
MS\Internal\PtsHost\ContainerParagraph.cs (6)
503fsrcToFillSubtrack.du -= mbp.MBPLeft + mbp.MBPRight; 592fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 663durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 722fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight; 793durSubtrack = Math.Max(durTrack - (mbp.MBPLeft + mbp.MBPRight), 0); 852fsbbox.fsrc.du += mbp.MBPLeft + mbp.MBPRight;
MS\Internal\PtsHost\FigureParagraph.cs (1)
236dur = subpageWidth + mbp.MBPLeft + mbp.MBPRight;
MS\Internal\PtsHost\FloaterParagraph.cs (4)
315durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 484durFloaterWidth = subpageWidth + mbp.MBPLeft + mbp.MBPRight; 663subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight)); 669subpageWidth = Math.Max(1, durAvailable - (mbp.MBPLeft + mbp.MBPRight));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
166subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 353subpageWidth = Math.Max(1, subpageWidth - (mbp.MBPLeft + mbp.MBPRight)); 513subpageWidth = 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)));