5 writes to Valid
System.Windows.Forms (5)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (3)
115Valid = false; 134Valid = false; 185Valid = false; // throw away cached row and column assignments
System\Windows\Forms\Layout\TableLayout.cs (2)
483containerInfo.Valid = true; 1371internal static void ClearCachedAssignments(ContainerInfo containerInfo) => containerInfo.Valid = false;
3 references to Valid
System.Windows.Forms (3)
System\Windows\Forms\Layout\TableLayout.cs (3)
1305if (!containerInfo.Valid) 1341if (!containerInfo.Valid) 1369internal static bool HasCachedAssignments(ContainerInfo containerInfo) => containerInfo.Valid;