2 writes to title
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FileDialog.cs (2)
563
title
= value;
965
title
= null;
3 references to title
System.Windows.Forms (3)
winforms\Managed\System\WinForms\FileDialog.cs (3)
557
return
title
== null? "":
title
;
1022
ofn.lpstrTitle =
title
;