1 write to DataObject
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
309
e.
DataObject
= dataObject;
6 references to DataObject
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
298
String rtfString = e.
DataObject
.GetData(DataFormats.Rtf) as String;
System\windows\Documents\TextEditorCopyPaste.cs (1)
214
IDataObject dataObjectToApply = dataObjectPastingEventArgs.
DataObject
;
PresentationUI (4)
MS\Internal\Documents\Application\PageTextBox.cs (2)
256
if ((e == null) || (e.
DataObject
== null) || (String.IsNullOrEmpty(e.FormatToApply)))
262
string incomingString = e.
DataObject
.GetData(e.FormatToApply) as string;
MS\Internal\Documents\Application\ZoomComboBox.cs (2)
383
if ((e == null) || (e.
DataObject
== null) || (String.IsNullOrEmpty(e.FormatToApply)))
389
string incomingString = e.
DataObject
.GetData(e.FormatToApply) as string;