2 instantiations of FormatEnumerator
PresentationCore (2)
Core\CSharp\System\Windows\DataObject.cs (2)
761
return new
FormatEnumerator
(this);
2720
ppenum = new
FormatEnumerator
(this);
1 reference to FormatEnumerator
PresentationCore (1)
Core\CSharp\System\Windows\DataObject.cs (1)
2660
private FormatEnumerator(
FormatEnumerator
formatEnumerator)