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