1 write to m_labelTitle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
44m_labelTitle = new Label();
13 references to m_labelTitle
System.Windows.Forms (13)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (13)
45m_labelTitle.UseMnemonic = false; 46m_labelTitle.Cursor = Cursors.Default; 53Controls.Add(m_labelTitle); 81int height = m_labelTitle.Size.Height; 91SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText( this.ownerGrid, g, m_labelTitle.Text, Font, width); 125m_labelTitle.Location = new Point(cBorder, cBorder); 147m_labelTitle.SetBounds(m_labelTitle.Top, 148m_labelTitle.Left, 180m_labelTitle.Text = title; 219m_labelTitle.UseCompatibleTextRendering = this.ownerGrid.UseCompatibleTextRendering; 229m_labelTitle.Font = new Font(Font, FontStyle.Bold); 235m_labelTitle.Location = new Point(cBorder, cBorder);