10 references to CustomPlaces
System.Windows.Forms.Tests (10)
System\Windows\Forms\FileDialogTests.cs (10)
24Assert.Empty(dialog.CustomPlaces); 25Assert.Same(dialog.CustomPlaces, dialog.CustomPlaces); 62Assert.Empty(dialog.CustomPlaces); 63Assert.Same(dialog.CustomPlaces, dialog.CustomPlaces); 608dialog.CustomPlaces.Add("path"); 618Assert.Empty(dialog.CustomPlaces); 619Assert.Same(dialog.CustomPlaces, dialog.CustomPlaces);