15 references to SummaryNameTextWidth
PresentationUI (15)
MS\Internal\Documents\SignatureSummaryDialog.cs (15)
140
(int)((RemainingTextWidth -
SummaryNameTextWidth
) * 0.55) :
154
return (int)((RemainingTextWidth -
SummaryNameTextWidth
- IntentTextWidth) * 0.5);
164
get { return RemainingTextWidth -
SummaryNameTextWidth
- IntentTextWidth - LocaleTextWidth; }
237
MinimumSize = new Size(IconWidth +
SummaryNameTextWidth
, 0),
238
MaximumSize = new Size(IconWidth +
SummaryNameTextWidth
, 0),
289
MaximumSize = new Size(IconWidth +
SummaryNameTextWidth
, 0),
290
MinimumSize = new Size(IconWidth +
SummaryNameTextWidth
, 0),
562
SummaryNameTextWidth
- CellPadding.Left - CellPadding.Right).Height;
577
SummaryNameTextWidth
- CellPadding.Left - CellPadding.Right).Height;
652
statusXOffset = bounds.Right + CellPadding.Right - (IconWidth +
SummaryNameTextWidth
);
654
(IconWidth +
SummaryNameTextWidth
+ IntentTextWidth);
660
intentXOffset = bounds.Left + IconWidth +
SummaryNameTextWidth
+ CellPadding.Left;
680
SummaryNameTextWidth
- CellPadding.Left - CellPadding.Right,
707
signByXOffset = bounds.Left + IconWidth +
SummaryNameTextWidth
+ IntentTextWidth + SignByTextWidth + CellPadding.Left;
708
localeXOffset = bounds.Left + IconWidth +
SummaryNameTextWidth
+ IntentTextWidth + CellPadding.Left;