3 instantiations of LayoutData
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGrid.cs (3)
147private LayoutData layout = new LayoutData(); 5341LayoutData newLayout = new LayoutData(layout); 5732LayoutData newLayout = new LayoutData();
6 references to LayoutData
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGrid.cs (6)
147private LayoutData layout = new LayoutData(); 5341LayoutData newLayout = new LayoutData(layout); 5730private LayoutData CreateInitialLayoutState() { 5732LayoutData newLayout = new LayoutData(); 9255public LayoutData(LayoutData src) { 9259private void GrabLayout(LayoutData src) {