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