1 write to DataObject
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
314
e.
DataObject
= dataObject;
6 references to DataObject
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
303
String rtfString = e.
DataObject
.GetData(DataFormats.Rtf) as String;
System\windows\Documents\TextEditorCopyPaste.cs (1)
227
IDataObject dataObjectToApply = dataObjectPastingEventArgs.
DataObject
;
PresentationUI (4)
MS\Internal\Documents\Application\PageTextBox.cs (2)
258
if ((e == null) || (e.
DataObject
== null) || (String.IsNullOrEmpty(e.FormatToApply)))
264
string incomingString = e.
DataObject
.GetData(e.FormatToApply) as string;
MS\Internal\Documents\Application\ZoomComboBox.cs (2)
385
if ((e == null) || (e.
DataObject
== null) || (String.IsNullOrEmpty(e.FormatToApply)))
391
string incomingString = e.
DataObject
.GetData(e.FormatToApply) as string;