6 references to GetPages
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2946
return pages.Value->
GetPages
(&uuids).Succeeded && uuids.cElems > 0;
3014
if (hr.Failed || pages.Value->
GetPages
(&uuids).Failed || uuids.cElems == 0)
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
34
hr = propertyPages.Value->
GetPages
(&uuids);
90
hr = propertyPages.Value->
GetPages
(&uuids);
System.Windows.Forms.Primitives (2)
Windows.Win32.ISpecifyPropertyPages.g.cs (2)
55
/// <inheritdoc cref="
GetPages
(winmdroot.System.Ole.CAUUID*)"/>
60
winmdroot.Foundation.HRESULT __result = this.
GetPages
(pPagesLocal);