10 writes to cfFormat
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
97cfFormat = formatId,
System.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
295cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).Id, 353cfFormat = (ushort)DataFormatsCore<TDataFormat>.GetOrAddFormat(request.Format).Id, 638cfFormat = (ushort)(DataFormatsCore<TDataFormat>.GetOrAddFormat(format).Id),
System\Private\Windows\Ole\DragDropHelper.cs (2)
192cfFormat = (ushort)(short)PInvokeCore.RegisterClipboardFormat(format), 350cfFormat = (ushort)(short)PInvokeCore.RegisterClipboardFormat(PInvokeCore.CFSTR_DROPDESCRIPTION),
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
82cfFormat = (ushort)CLIPBOARD_FORMAT.CF_BITMAP,
System.Windows.Forms.Design (2)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (2)
104cfFormat = (ushort)CLIPBOARD_FORMAT.CF_TEXT, 112cfFormat = (ushort)CLIPBOARD_FORMAT.CF_UNICODETEXT,
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataObjectTests.cs (1)
2921cfFormat = (ushort)CLIPBOARD_FORMAT.CF_LOCALE
10 references to cfFormat
System.Private.Windows.Core (9)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (7)
50string formatName = DataFormatsCore<TDataFormat>.GetOrAddFormat(pformatetcIn->cfFormat).Name; 112string format = DataFormatsCore<TDataFormat>.GetOrAddFormat(pformatetc->cfFormat).Name; 170if (pformatetc->cfFormat == 0) 175if (!_dataObject.GetDataPresent(DataFormatsCore<TDataFormat>.GetOrAddFormat(pformatetc->cfFormat).Name)) 209string formatName = DataFormatsCore<TDataFormat>.GetOrAddFormat(pformatetc->cfFormat).Name; 212dragDropFormat.RefreshData(pformatetc->cfFormat, *pmedium, !fRelease); 216_dataObject.SetData(formatName, new DragDropFormat(pformatetc->cfFormat, *pmedium, !fRelease));
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
566string name = DataFormatsCore<TDataFormat>.GetOrAddFormat(formatEtc.cfFormat).Name;
System\Private\Windows\Ole\DragDropHelper.cs (1)
156string formatName = DataFormatsCore<TDataFormat>.GetOrAddFormat(format.cfFormat).Name;
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\HGlobalNativeDataObject.cs (1)
27if (pformatetc->cfFormat != _format)