2 writes to _escapeHandler
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1743_escapeHandler = new EscapeHandler(this); 1816_escapeHandler = null;
4 references to _escapeHandler
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
1741if (eventSvc is not null && _escapeHandler is null) 1744eventSvc.PushHandler(_escapeHandler); 1813if (eventSvc is not null && _escapeHandler is not null) 1815eventSvc.PopHandler(_escapeHandler);