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