11 references to IntentTextWidth
PresentationUI (11)
MS\Internal\Documents\SignatureSummaryDialog.cs (11)
155
return (int)((RemainingTextWidth - SummaryNameTextWidth -
IntentTextWidth
) * 0.5);
165
get { return RemainingTextWidth - SummaryNameTextWidth -
IntentTextWidth
- LocaleTextWidth; }
249
MinimumSize = new Size(
IntentTextWidth
, 0),
250
MaximumSize = new Size(
IntentTextWidth
, 0),
301
MinimumSize = new Size(
IntentTextWidth
, 0),
302
MaximumSize = new Size(
IntentTextWidth
, 0),
553
IntentTextWidth
- CellPadding.Left - CellPadding.Right).Height;
655
(IconWidth + SummaryNameTextWidth +
IntentTextWidth
);
689
IntentTextWidth
- CellPadding.Left - CellPadding.Right,
708
signByXOffset = bounds.Left + IconWidth + SummaryNameTextWidth +
IntentTextWidth
+ SignByTextWidth + CellPadding.Left;
709
localeXOffset = bounds.Left + IconWidth + SummaryNameTextWidth +
IntentTextWidth
+ CellPadding.Left;