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