3 writes to lastDataObject
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
3902lastDataObject = new DataObject(lpdataobj); 3928lastDataObject = null; 3943lastDataObject = null;
3 references to lastDataObject
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
3908DragEventArgs e = new DragEventArgs(lastDataObject, 3995if (!fDrag && lastDataObject != null && grfKeyState != 0) { 3997DragEventArgs e = new DragEventArgs(lastDataObject,