4 writes to splitBegin
System.Windows.Forms (4)
winforms\Managed\System\WinForms\SplitContainer.cs (4)
1138
splitBegin
= false;
1168
splitBegin
= true;
1204
splitBegin
= false;
2554
owner.
splitBegin
= false;
6 references to splitBegin
System.Windows.Forms (6)
winforms\Managed\System\WinForms\SplitContainer.cs (6)
1137
if (e.KeyData == Keys.Escape &&
splitBegin
) {
1146
if (
splitBegin
) {
1167
if (!
splitBegin
) {
1171
if (
splitBegin
&& !splitMove) {
1198
if (
splitBegin
&& IsSplitterMovable) {
1597
if (splitMove ||
splitBegin
) { // Splitter is moved by keys and not by mouse