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; 1370internal static void ClearCachedAssignments(ContainerInfo containerInfo) => containerInfo.Valid = false;
3 references to Valid
System.Windows.Forms (3)
System\Windows\Forms\Layout\TableLayout.cs (3)
1304if (!containerInfo.Valid) 1340if (!containerInfo.Valid) 1368internal static bool HasCachedAssignments(ContainerInfo containerInfo) => containerInfo.Valid;