2 writes to _escapeHandler
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1744_escapeHandler = new EscapeHandler(this); 1817_escapeHandler = null;
4 references to _escapeHandler
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
1742if (eventSvc is not null && _escapeHandler is null) 1745eventSvc.PushHandler(_escapeHandler); 1814if (eventSvc is not null && _escapeHandler is not null) 1816eventSvc.PopHandler(_escapeHandler);