1 write to displayName
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
437
this.
displayName
= gni.NameString;
2 references to displayName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
440
return this.
displayName
;
451
bool currentRefresh = !(
displayName
== null || GetNeedsRefresh(Com2PropertyDescriptorRefresh.DisplayName));