4 references to Links
System.Windows.Forms.Tests (4)
System\Windows\Forms\HtmlDocumentTests.cs (4)
1030
HtmlElementCollection collection = document.
Links
;
1031
Assert.NotSame(collection, document.
Links
);
1050
HtmlElementCollection collection = document.
Links
;
1051
Assert.NotSame(collection, document.
Links
);