1 write to _descriptionLabel
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
43_descriptionLabel = new()
13 references to _descriptionLabel
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (13)
52Controls.Add(_descriptionLabel); 89using Graphics g = _descriptionLabel.CreateGraphicsInternal(); 112_descriptionLabel.Text = _fullDescription; 113_descriptionLabel.AccessibleName = _fullDescription; // Don't crop the description for accessibility clients 136_descriptionLabel.Location = new(_borderSize, _borderSize + _lineHeight); 161_descriptionLabel.SetBounds( 162_descriptionLabel.Top, 163_descriptionLabel.Left, 191if (_descriptionLabel.Text != title) 199_descriptionLabel.Text = _fullDescription; 202_descriptionLabel.AccessibleName = _fullDescription; 222_descriptionLabel.UseCompatibleTextRendering = OwnerPropertyGrid.UseCompatibleTextRendering; 240_descriptionLabel.Location = new(_borderSize, _borderSize + _lineHeight);