51 references to CellPadding
PresentationUI (51)
MS\Internal\Documents\SignatureSummaryDialog.cs (51)
226Padding columnPadding = new Padding(CellPadding.Left, 3, 0, 3); 552IntentTextWidth - CellPadding.Left - CellPadding.Right).Height; 562SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height; 566SignByTextWidth - CellPadding.Left - CellPadding.Right).Height; 570LocaleTextWidth - CellPadding.Left - CellPadding.Right).Height; 577SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height; 585return h + CellPadding.Top + CellPadding.Bottom; 648iconXOffset = bounds.Right - (CellPadding.Right + IconWidth); 652statusXOffset = bounds.Right + CellPadding.Right - (IconWidth + SummaryNameTextWidth); 653intentXOffset = bounds.Right + CellPadding.Right + CellPadding.Left - 658iconXOffset = bounds.Left + CellPadding.Left; 659statusXOffset = bounds.Left + IconWidth + CellPadding.Left; 660intentXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + CellPadding.Left; 669bounds.Y + CellPadding.Top, 670IconWidth - CellPadding.Left - CellPadding.Right, 671bounds.Height - CellPadding.Top - CellPadding.Bottom 679bounds.Y + CellPadding.Top, 680SummaryNameTextWidth - CellPadding.Left - CellPadding.Right, 681bounds.Height - CellPadding.Top - CellPadding.Bottom 687bounds.Y + CellPadding.Top, 688IntentTextWidth - CellPadding.Left - CellPadding.Right, 689bounds.Height - CellPadding.Top - CellPadding.Bottom 702signByXOffset = bounds.Left + CellPadding.Left + CellPadding.Right; 703localeXOffset = bounds.Left + CellPadding.Left + CellPadding.Right + SignByTextWidth; 707signByXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + SignByTextWidth + CellPadding.Left; 708localeXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + CellPadding.Left; 714bounds.Y + CellPadding.Top, 715SignByTextWidth - CellPadding.Left - CellPadding.Right, 716bounds.Height - CellPadding.Top - CellPadding.Bottom 722bounds.Y + CellPadding.Top, 723LocaleTextWidth - CellPadding.Left - CellPadding.Right, 724bounds.Height - CellPadding.Top - CellPadding.Bottom