9 references to ISpecifyPropertyPages
System.Windows.Forms (9)
winforms\Managed\System\WinForms\AxHost.cs (5)
3276
return(GetOcx() is NativeMethods.
ISpecifyPropertyPages
);
3286
NativeMethods.
ISpecifyPropertyPages
ispp = (NativeMethods.
ISpecifyPropertyPages
) GetOcx();
3357
NativeMethods.
ISpecifyPropertyPages
ispp = (NativeMethods.
ISpecifyPropertyPages
) GetOcx();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (4)
31
if (obj is NativeMethods.
ISpecifyPropertyPages
) {
35
((NativeMethods.
ISpecifyPropertyPages
)obj).GetPages(uuids);
75
if (obj is NativeMethods.
ISpecifyPropertyPages
) {
82
((NativeMethods.
ISpecifyPropertyPages
)obj).GetPages(uuids);