3 writes to objValueClassName
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
50
this.
objValueClassName
= TypeDescriptor.GetClassName(this.objValue);
230
objValueClassName
= TypeDescriptor.GetClassName(objValue);
250
this.
objValueClassName
= null;
1 reference to objValueClassName
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
196
return this.
objValueClassName
;