5 references to All
System.Windows.Forms.Tests (5)
System\Windows\Forms\HtmlDocumentTests.cs (5)
146HtmlElementCollection collection = document.All; 147Assert.NotSame(collection, document.All); 166HtmlElementCollection collection = document.All; 167Assert.NotSame(collection, document.All); 1947Assert.Empty(newDocument.All);