1 write to DataObject
PresentationFramework (1)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
320
e.
DataObject
= dataObject;
2 references to DataObject
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
309
String rtfString = e.
DataObject
.GetData(DataFormats.Rtf) as String;
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
283
IDataObject dataObjectToApply = dataObjectPastingEventArgs.
DataObject
;