6 references to RemainingTextWidth
PresentationUI (6)
MS\Internal\Documents\SignatureSummaryDialog.cs (6)
129
(int)(
RemainingTextWidth
* 0.20) :
130
(int)(
RemainingTextWidth
* 0.60);
141
(int)((
RemainingTextWidth
- SummaryNameTextWidth) * 0.55) :
142
(int)(
RemainingTextWidth
* 0.40);
155
return (int)((
RemainingTextWidth
- SummaryNameTextWidth - IntentTextWidth) * 0.5);
165
get { return
RemainingTextWidth
- SummaryNameTextWidth - IntentTextWidth - LocaleTextWidth; }