2 writes to cBorder
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
56cBorder = LogicalToDeviceUnits(CBORDER); 173cBorder = LogicalToDeviceUnits(CBORDER);
10 references to cBorder
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (10)
125m_labelTitle.Location = new Point(cBorder, cBorder); 126m_labelDesc.Location = new Point(cBorder, cBorder + lineHeight); 144size.Width = Math.Max(0, size.Width - 2 * cBorder); 145size.Height = Math.Max(0, size.Height - 2 * cBorder); 235m_labelTitle.Location = new Point(cBorder, cBorder); 236m_labelDesc.Location = new Point(cBorder, cBorder + lineHeight);