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
196
if (description !=
_fullDescription
)
199
_descriptionLabel.Text =
_fullDescription
;
202
_descriptionLabel.AccessibleName =
_fullDescription
;