5 references to All
System.Windows.Forms.Tests (5)
System\Windows\Forms\HtmlDocumentTests.cs (5)
144
HtmlElementCollection collection = document.
All
;
145
Assert.NotSame(collection, document.
All
);
164
HtmlElementCollection collection = document.
All
;
165
Assert.NotSame(collection, document.
All
);
1945
Assert.Empty(newDocument.
All
);