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