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