1 write to EscapePressed
System.Windows.Forms (1)
System\Windows\Forms\OLE\QueryContinueDragEventArgs.cs (1)
17
EscapePressed
= escapePressed;
2 references to EscapePressed
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
950
if (e.
EscapePressed
)
System.Windows.Forms.Tests (1)
System\Windows\Forms\QueryContinueDragEventArgsTests.cs (1)
16
Assert.Equal(escapePressed, e.
EscapePressed
);