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