1 write to _fullDescription
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
198_fullDescription = description;
5 references to _fullDescription
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (5)
112_descriptionLabel.Text = _fullDescription; 113_descriptionLabel.AccessibleName = _fullDescription; // Don't crop the description for accessibility clients 196if (description != _fullDescription) 199_descriptionLabel.Text = _fullDescription; 202_descriptionLabel.AccessibleName = _fullDescription;