4 implementations of GetFormats
PresentationCore (4)
Core\CSharp\MS\Internal\ConstrainedDataObject.cs (1)
204public string[] GetFormats()
Core\CSharp\System\Windows\DataObject.cs (3)
364public string[] GetFormats() 2809public string[] GetFormats() 3818public string[] GetFormats()
1 reference to GetFormats
PresentationCore (1)
Core\CSharp\System\Windows\DragDrop.cs (1)
1455formats = dataObject.GetFormats();