3 implementations of Name
PresentationCore (1)
System\Windows\DataFormat.cs (1)
32
public string
Name
{ get; }
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\TestFormat.cs (1)
14
public string
Name
{ get; }
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataFormats.Format.cs (1)
31
public string
Name
{ get; }
7 references to Name
System.Private.Windows.Core (7)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (4)
50
string formatName = DataFormatsCore<TDataFormat>.GetOrAddFormat(pformatetcIn->cfFormat).
Name
;
112
string format = DataFormatsCore<TDataFormat>.GetOrAddFormat(pformatetc->cfFormat).
Name
;
175
if (!_dataObject.GetDataPresent(DataFormatsCore<TDataFormat>.GetOrAddFormat(pformatetc->cfFormat).
Name
))
209
string formatName = DataFormatsCore<TDataFormat>.GetOrAddFormat(pformatetc->cfFormat).
Name
;
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
566
string name = DataFormatsCore<TDataFormat>.GetOrAddFormat(formatEtc.cfFormat).
Name
;
System\Private\Windows\Ole\DataFormatsCore.cs (1)
60
if (string.Equals(format.
Name
, name, comparison))
System\Private\Windows\Ole\DragDropHelper.cs (1)
156
string formatName = DataFormatsCore<TDataFormat>.GetOrAddFormat(format.cfFormat).
Name
;