2 writes to safeTopLevelCaptionSuffix
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
618safeTopLevelCaptionSuffix = SR.GetString(SR.SafeTopLevelCaptionFormat); // 0 - original, 1 - zone, 2 - site 626safeTopLevelCaptionSuffix = value;
2 references to safeTopLevelCaptionSuffix
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
617if (safeTopLevelCaptionSuffix == null) { 620return safeTopLevelCaptionSuffix;