1 write to fullDesc
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
184this.fullDesc = desc;
5 references to fullDesc
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (5)
111m_labelDesc.Text = this.fullDesc; 112m_labelDesc.AccessibleName = this.fullDesc; // Don't crop the description for accessibility clients 183if (desc != fullDesc) { 185m_labelDesc.Text = fullDesc; 186m_labelDesc.AccessibleName = this.fullDesc; // Don't crop the description for accessibility clients