2 references to OnClearState
PresentationFramework (2)
System\windows\Documents\TextEditorDragDrop.cs (2)
57
EventManager.RegisterClassHandler(controlType, DragDrop.DropEvent, new DragEventHandler(
OnClearState
),true);
58
EventManager.RegisterClassHandler(controlType, DragDrop.DragLeaveEvent, new DragEventHandler(
OnClearState
), true);