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