2 writes to StartLocation
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\FolderNameEditorTests.cs (2)
76StartLocation = value 81browser.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)
51Assert.Equal(FolderBrowserFolder.Desktop, browser.StartLocation); 78Assert.Equal(value, browser.StartLocation); 82Assert.Equal(value, browser.StartLocation);