15 references to SummaryNameTextWidth
PresentationUI (15)
MS\Internal\Documents\SignatureSummaryDialog.cs (15)
141
(int)((RemainingTextWidth -
SummaryNameTextWidth
) * 0.55) :
155
return (int)((RemainingTextWidth -
SummaryNameTextWidth
- IntentTextWidth) * 0.5);
165
get { return RemainingTextWidth -
SummaryNameTextWidth
- IntentTextWidth - LocaleTextWidth; }
238
MinimumSize = new Size(IconWidth +
SummaryNameTextWidth
, 0),
239
MaximumSize = new Size(IconWidth +
SummaryNameTextWidth
, 0),
290
MaximumSize = new Size(IconWidth +
SummaryNameTextWidth
, 0),
291
MinimumSize = new Size(IconWidth +
SummaryNameTextWidth
, 0),
563
SummaryNameTextWidth
- CellPadding.Left - CellPadding.Right).Height;
578
SummaryNameTextWidth
- CellPadding.Left - CellPadding.Right).Height;
653
statusXOffset = bounds.Right + CellPadding.Right - (IconWidth +
SummaryNameTextWidth
);
655
(IconWidth +
SummaryNameTextWidth
+ IntentTextWidth);
661
intentXOffset = bounds.Left + IconWidth +
SummaryNameTextWidth
+ CellPadding.Left;
681
SummaryNameTextWidth
- CellPadding.Left - CellPadding.Right,
708
signByXOffset = bounds.Left + IconWidth +
SummaryNameTextWidth
+ IntentTextWidth + SignByTextWidth + CellPadding.Left;
709
localeXOffset = bounds.Left + IconWidth +
SummaryNameTextWidth
+ IntentTextWidth + CellPadding.Left;