6 references to RemainingTextWidth
PresentationUI (6)
MS\Internal\Documents\SignatureSummaryDialog.cs (6)
132
(int)(
RemainingTextWidth
* 0.20) :
133
(int)(
RemainingTextWidth
* 0.60);
144
(int)((
RemainingTextWidth
- SummaryNameTextWidth) * 0.55) :
145
(int)(
RemainingTextWidth
* 0.40);
158
return (int)((
RemainingTextWidth
- SummaryNameTextWidth - IntentTextWidth) * 0.5);
168
get { return
RemainingTextWidth
- SummaryNameTextWidth - IntentTextWidth - LocaleTextWidth; }