4 references to get_style
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (2)
460
htmlElement.Value->
get_style
(style).ThrowOnFailure();
469
htmlElement.Value->
get_style
(style).ThrowOnFailure();
System.Windows.Forms.Tests (2)
System\Windows\Forms\HtmlElementTests.cs (2)
1289
Assert.True(iHTMLElement.Value->
get_style
(htmlStyle).Succeeded);
1327
Assert.True(iHTMLElement.Value->
get_style
(htmlStyle).Succeeded);