1 implementation of GetData
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractivePasteCommandHandler.cs (1)
171public object GetData(string format)
1 reference to GetData
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractivePasteCommandHandler.cs (1)
103text = InteractiveClipboardFormat.Deserialize(RoslynClipboard.GetData(InteractiveClipboardFormat.Tag));