10 references to CustomPlaces
System.Windows.Forms.Tests (10)
System\Windows\Forms\FileDialogTests.cs (10)
22Assert.Empty(dialog.CustomPlaces); 23Assert.Same(dialog.CustomPlaces, dialog.CustomPlaces); 60Assert.Empty(dialog.CustomPlaces); 61Assert.Same(dialog.CustomPlaces, dialog.CustomPlaces); 606dialog.CustomPlaces.Add("path"); 616Assert.Empty(dialog.CustomPlaces); 617Assert.Same(dialog.CustomPlaces, dialog.CustomPlaces);