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