5 references to DataGridViewLinkCell
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
369dataGridViewCell = new DataGridViewLinkCell();
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkColumn.cs (1)
18: base(new DataGridViewLinkCell())
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\DataGridViewLinkCellAccessibleObjectTests.cs (1)
65using DataGridViewLinkCell cell = new();
System\Windows\Forms\DataGridViewLinkCellTests.cs (2)
13public DataGridViewLinkCellTests() => _cell = new(); 86using DataGridViewLinkCell cell = new();