13 references to IconWidth
PresentationUI (13)
MS\Internal\Documents\SignatureSummaryDialog.cs (13)
118get { return _listBoxSummary.Width - IconWidth; } 237MinimumSize = new Size(IconWidth + SummaryNameTextWidth, 0), 238MaximumSize = new Size(IconWidth + SummaryNameTextWidth, 0), 289MaximumSize = new Size(IconWidth + SummaryNameTextWidth, 0), 290MinimumSize = new Size(IconWidth + SummaryNameTextWidth, 0), 648iconXOffset = bounds.Right - (CellPadding.Right + IconWidth); 652statusXOffset = bounds.Right + CellPadding.Right - (IconWidth + SummaryNameTextWidth); 654(IconWidth + SummaryNameTextWidth + IntentTextWidth); 659statusXOffset = bounds.Left + IconWidth + CellPadding.Left; 660intentXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + CellPadding.Left; 670IconWidth - CellPadding.Left - CellPadding.Right, 707signByXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + SignByTextWidth + CellPadding.Left; 708localeXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + CellPadding.Left;