11 references to IntentTextWidth
PresentationUI (11)
MS\Internal\Documents\SignatureSummaryDialog.cs (11)
154
return (int)((RemainingTextWidth - SummaryNameTextWidth -
IntentTextWidth
) * 0.5);
164
get { return RemainingTextWidth - SummaryNameTextWidth -
IntentTextWidth
- LocaleTextWidth; }
248
MinimumSize = new Size(
IntentTextWidth
, 0),
249
MaximumSize = new Size(
IntentTextWidth
, 0),
300
MinimumSize = new Size(
IntentTextWidth
, 0),
301
MaximumSize = new Size(
IntentTextWidth
, 0),
552
IntentTextWidth
- CellPadding.Left - CellPadding.Right).Height;
654
(IconWidth + SummaryNameTextWidth +
IntentTextWidth
);
688
IntentTextWidth
- CellPadding.Left - CellPadding.Right,
707
signByXOffset = bounds.Left + IconWidth + SummaryNameTextWidth +
IntentTextWidth
+ SignByTextWidth + CellPadding.Left;
708
localeXOffset = bounds.Left + IconWidth + SummaryNameTextWidth +
IntentTextWidth
+ CellPadding.Left;