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