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