4 references to Links
System.Windows.Forms.Tests (4)
System\Windows\Forms\HtmlDocumentTests.cs (4)
1028
HtmlElementCollection collection = document.
Links
;
1029
Assert.NotSame(collection, document.
Links
);
1048
HtmlElementCollection collection = document.
Links
;
1049
Assert.NotSame(collection, document.
Links
);