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