2 writes to StartLocation
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\FolderNameEditorTests.cs (2)
78StartLocation = value 83browser.StartLocation = value;
4 references to StartLocation
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FolderNameEditor.FolderBrowser.cs (1)
61(int)StartLocation,
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\FolderNameEditorTests.cs (3)
53Assert.Equal(FolderBrowserFolder.Desktop, browser.StartLocation); 80Assert.Equal(value, browser.StartLocation); 84Assert.Equal(value, browser.StartLocation);