6 types derived from StandardOleMarshalObject
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
32public class AccessibleObject : StandardOleMarshalObject, 3016internal sealed class InternalAccessibleObject : StandardOleMarshalObject,
winforms\Managed\System\WinForms\HtmlDocument.cs (1)
1001private class HTMLDocumentEvents2 : StandardOleMarshalObject, /*Enforce calling back on the same thread*/
winforms\Managed\System\WinForms\HtmlElement.cs (1)
1019private class HTMLElementEvents2 : StandardOleMarshalObject, /*Enforce calling back on the same thread*/
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
578private class HTMLWindowEvents2 : StandardOleMarshalObject, /*Enforce calling back on the same thread*/
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1890private class WebBrowserEvent : StandardOleMarshalObject, UnsafeNativeMethods.DWebBrowserEvents2{