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