51 references to CellPadding
PresentationUI (51)
MS\Internal\Documents\SignatureSummaryDialog.cs (51)
227Padding columnPadding = new Padding(CellPadding.Left, 3, 0, 3); 553IntentTextWidth - CellPadding.Left - CellPadding.Right).Height; 563SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height; 567SignByTextWidth - CellPadding.Left - CellPadding.Right).Height; 571LocaleTextWidth - CellPadding.Left - CellPadding.Right).Height; 578SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height; 586return h + CellPadding.Top + CellPadding.Bottom; 649iconXOffset = bounds.Right - (CellPadding.Right + IconWidth); 653statusXOffset = bounds.Right + CellPadding.Right - (IconWidth + SummaryNameTextWidth); 654intentXOffset = bounds.Right + CellPadding.Right + CellPadding.Left - 659iconXOffset = bounds.Left + CellPadding.Left; 660statusXOffset = bounds.Left + IconWidth + CellPadding.Left; 661intentXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + CellPadding.Left; 670bounds.Y + CellPadding.Top, 671IconWidth - CellPadding.Left - CellPadding.Right, 672bounds.Height - CellPadding.Top - CellPadding.Bottom 680bounds.Y + CellPadding.Top, 681SummaryNameTextWidth - CellPadding.Left - CellPadding.Right, 682bounds.Height - CellPadding.Top - CellPadding.Bottom 688bounds.Y + CellPadding.Top, 689IntentTextWidth - CellPadding.Left - CellPadding.Right, 690bounds.Height - CellPadding.Top - CellPadding.Bottom 703signByXOffset = bounds.Left + CellPadding.Left + CellPadding.Right; 704localeXOffset = bounds.Left + CellPadding.Left + CellPadding.Right + SignByTextWidth; 708signByXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + SignByTextWidth + CellPadding.Left; 709localeXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + CellPadding.Left; 715bounds.Y + CellPadding.Top, 716SignByTextWidth - CellPadding.Left - CellPadding.Right, 717bounds.Height - CellPadding.Top - CellPadding.Bottom 723bounds.Y + CellPadding.Top, 724LocaleTextWidth - CellPadding.Left - CellPadding.Right, 725bounds.Height - CellPadding.Top - CellPadding.Bottom