3 references to DisplayChildProperties
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (3)
43
int hr = ((NativeMethods.IVsPerPropertyBrowsing)propDesc.TargetObject).
DisplayChildProperties
(propDesc.DISPID, ref pfHide);
119
hr = vsObj.
DisplayChildProperties
(sender.DISPID, ref pfDisplay);
190
int hr = vsObj.
DisplayChildProperties
(sender.DISPID, ref pfResult);