3 references to AddPastingHandler
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
178DataObject.AddPastingHandler(rtb, new DataObjectPastingEventHandler(OnPastingDataObject));
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
358DataObject.AddPastingHandler(this, new DataObjectPastingEventHandler(OnPaste));
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
511DataObject.AddPastingHandler(this, new DataObjectPastingEventHandler(OnPaste));