MS\Internal\Documents\SignatureSummaryDialog.cs (51)
227Padding columnPadding = new Padding(CellPadding.Left, 3, 0, 3);
541IntentTextWidth - CellPadding.Left - CellPadding.Right).Height;
551SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height;
555SignByTextWidth - CellPadding.Left - CellPadding.Right).Height;
559LocaleTextWidth - CellPadding.Left - CellPadding.Right).Height;
566SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height;
574return h + CellPadding.Top + CellPadding.Bottom;
637iconXOffset = bounds.Right - (CellPadding.Right + IconWidth);
641statusXOffset = bounds.Right + CellPadding.Right - (IconWidth + SummaryNameTextWidth);
642intentXOffset = bounds.Right + CellPadding.Right + CellPadding.Left -
647iconXOffset = bounds.Left + CellPadding.Left;
648statusXOffset = bounds.Left + IconWidth + CellPadding.Left;
649intentXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + CellPadding.Left;
658bounds.Y + CellPadding.Top,
659IconWidth - CellPadding.Left - CellPadding.Right,
660bounds.Height - CellPadding.Top - CellPadding.Bottom
668bounds.Y + CellPadding.Top,
669SummaryNameTextWidth - CellPadding.Left - CellPadding.Right,
670bounds.Height - CellPadding.Top - CellPadding.Bottom
676bounds.Y + CellPadding.Top,
677IntentTextWidth - CellPadding.Left - CellPadding.Right,
678bounds.Height - CellPadding.Top - CellPadding.Bottom
691signByXOffset = bounds.Left + CellPadding.Left + CellPadding.Right;
692localeXOffset = bounds.Left + CellPadding.Left + CellPadding.Right + SignByTextWidth;
696signByXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + SignByTextWidth + CellPadding.Left;
697localeXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + CellPadding.Left;
703bounds.Y + CellPadding.Top,
704SignByTextWidth - CellPadding.Left - CellPadding.Right,
705bounds.Height - CellPadding.Top - CellPadding.Bottom
711bounds.Y + CellPadding.Top,
712LocaleTextWidth - CellPadding.Left - CellPadding.Right,
713bounds.Height - CellPadding.Top - CellPadding.Bottom