51 references to CellPadding
PresentationUI (51)
MS\Internal\Documents\SignatureSummaryDialog.cs (51)
230Padding columnPadding = new Padding(CellPadding.Left, 3, 0, 3); 544IntentTextWidth - CellPadding.Left - CellPadding.Right).Height; 554SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height; 558SignByTextWidth - CellPadding.Left - CellPadding.Right).Height; 562LocaleTextWidth - CellPadding.Left - CellPadding.Right).Height; 569SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height; 577return h + CellPadding.Top + CellPadding.Bottom; 640iconXOffset = bounds.Right - (CellPadding.Right + IconWidth); 644statusXOffset = bounds.Right + CellPadding.Right - (IconWidth + SummaryNameTextWidth); 645intentXOffset = bounds.Right + CellPadding.Right + CellPadding.Left - 650iconXOffset = bounds.Left + CellPadding.Left; 651statusXOffset = bounds.Left + IconWidth + CellPadding.Left; 652intentXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + CellPadding.Left; 661bounds.Y + CellPadding.Top, 662IconWidth - CellPadding.Left - CellPadding.Right, 663bounds.Height - CellPadding.Top - CellPadding.Bottom 671bounds.Y + CellPadding.Top, 672SummaryNameTextWidth - CellPadding.Left - CellPadding.Right, 673bounds.Height - CellPadding.Top - CellPadding.Bottom 679bounds.Y + CellPadding.Top, 680IntentTextWidth - CellPadding.Left - CellPadding.Right, 681bounds.Height - CellPadding.Top - CellPadding.Bottom 694signByXOffset = bounds.Left + CellPadding.Left + CellPadding.Right; 695localeXOffset = bounds.Left + CellPadding.Left + CellPadding.Right + SignByTextWidth; 699signByXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + SignByTextWidth + CellPadding.Left; 700localeXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + CellPadding.Left; 706bounds.Y + CellPadding.Top, 707SignByTextWidth - CellPadding.Left - CellPadding.Right, 708bounds.Height - CellPadding.Top - CellPadding.Bottom 714bounds.Y + CellPadding.Top, 715LocaleTextWidth - CellPadding.Left - CellPadding.Right, 716bounds.Height - CellPadding.Top - CellPadding.Bottom