2 writes to canShow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
203
this.
canShow
= true;
208
this.
canShow
= false;
3 references to canShow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
214
if (this.
canShow
&& (propType == typeof(Object) || (valueConverter == null && propType == typeof(UnsafeNativeMethods.IDispatch)))) {
270
if (typeHide &&
canShow
) {
358
return this.
canShow
;