4 writes to ParentRowsVisible
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGrid.cs (4)
5744newLayout.ParentRowsVisible = defaultParentRowsVisible; 8870layout.ParentRowsVisible = true; 8898layout.ParentRowsVisible = false; 9271this.ParentRowsVisible = src.ParentRowsVisible;
14 references to ParentRowsVisible
System.Windows.Forms (14)
winforms\Managed\System\WinForms\DataGrid.cs (14)
1528caption.SetDownButtonDirection(!layout.ParentRowsVisible); 2839return layout.ParentRowsVisible; 2842if (layout.ParentRowsVisible != value) { 3874if (layout.ParentRowsVisible) 4416if (layout.ParentRowsVisible) { 4470if (layout.ParentRowsVisible) 4536caption.SetDownButtonDirection(!layout.ParentRowsVisible); 5019caption.SetDownButtonDirection(!layout.ParentRowsVisible); 5367if (layout.ParentRowsVisible) { 6472if (layout.ParentRowsVisible && layout.ParentRows.Contains(x,y)) { 6620if (layout.ParentRowsVisible) 8577caption.SetDownButtonDirection(!layout.ParentRowsVisible); 9271this.ParentRowsVisible = src.ParentRowsVisible; 9313sb.Append(ParentRowsVisible.ToString());