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