Home
last modified time | relevance | path

Searched defs:CountDragItemFlavors (Results 1 – 2 of 2) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DDrag.pas1601 function CountDragItemFlavors( theDrag: DragRef; theItemRef: DragItemRef; var numFlavors: UInt16 ):… in CountDragItemFlavors() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/
H A DDnd.cs226 extern static int CountDragItemFlavors (IntPtr dragref, IntPtr itemref, ref UInt32 count); in CountDragItemFlavors() method in System.Windows.Forms.CarbonInternal.Dnd