3 writes to saveSourceControl
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
1914
this.
saveSourceControl
= true;
2005
this.
saveSourceControl
= false;
2186
toplevel.
saveSourceControl
= this.saveSourceControl;
2 references to saveSourceControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1967
if (!this.
saveSourceControl
) {
2186
toplevel.saveSourceControl = this.
saveSourceControl
;