13 references to IconWidth
PresentationUI (13)
MS\Internal\Documents\SignatureSummaryDialog.cs (13)
119get { return _listBoxSummary.Width - IconWidth; } 238MinimumSize = new Size(IconWidth + SummaryNameTextWidth, 0), 239MaximumSize = new Size(IconWidth + SummaryNameTextWidth, 0), 290MaximumSize = new Size(IconWidth + SummaryNameTextWidth, 0), 291MinimumSize = new Size(IconWidth + SummaryNameTextWidth, 0), 649iconXOffset = bounds.Right - (CellPadding.Right + IconWidth); 653statusXOffset = bounds.Right + CellPadding.Right - (IconWidth + SummaryNameTextWidth); 655(IconWidth + SummaryNameTextWidth + IntentTextWidth); 660statusXOffset = bounds.Left + IconWidth + CellPadding.Left; 661intentXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + CellPadding.Left; 671IconWidth - CellPadding.Left - CellPadding.Right, 708signByXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + SignByTextWidth + CellPadding.Left; 709localeXOffset = bounds.Left + IconWidth + SummaryNameTextWidth + IntentTextWidth + CellPadding.Left;