3 references to IsNull
System.Private.Windows.Core (3)
System\Private\Windows\Ole\ClipboardCore.cs (1)
231
Debug.Assert(proxyDataObject.
IsNull
);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
547
Debug.Assert(!nativeDataObject.
IsNull
, "You must have an innerData on all DataObjects");
552
if (enumFORMATETC.
IsNull
)