15 references to SummaryNameTextWidth
PresentationUI (15)
MS\Internal\Documents\SignatureSummaryDialog.cs (15)
145(int)((RemainingTextWidth - SummaryNameTextWidth) * 0.55) : 159return (int)((RemainingTextWidth - SummaryNameTextWidth - IntentTextWidth) * 0.5); 169get { return RemainingTextWidth - SummaryNameTextWidth - IntentTextWidth - LocaleTextWidth; } 241nameHeader.MinimumSize = new Size(IconWidth + SummaryNameTextWidth, 0); 242nameHeader.MaximumSize = new Size(IconWidth + SummaryNameTextWidth, 0); 285statusHeader.MaximumSize = new Size(IconWidth + SummaryNameTextWidth,0); 286statusHeader.MinimumSize = new Size(IconWidth + SummaryNameTextWidth, 0); 555SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height; 570SummaryNameTextWidth - CellPadding.Left - CellPadding.Right).Height; 645statusXOffset = bounds.Right + CellPadding.Right - (IconWidth + SummaryNameTextWidth); 647(IconWidth + SummaryNameTextWidth + IntentTextWidth); 653intentXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + CellPadding.Left; 673SummaryNameTextWidth - CellPadding.Left - CellPadding.Right, 700signByXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + SignByTextWidth + CellPadding.Left; 701localeXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + CellPadding.Left;