4 references to EnsureMemoryCapacity
PresentationCore (4)
Core\CSharp\System\Windows\DataObject.cs (4)
2162
int hr =
EnsureMemoryCapacity
(ref handle, sizeInBytes, doNotReallocate);
2237
int hr =
EnsureMemoryCapacity
(ref handle, byteSize, doNotReallocate);
2292
int hr =
EnsureMemoryCapacity
(ref handle, pinvokeSize + 1, doNotReallocate);
2350
int hr =
EnsureMemoryCapacity
(ref handle, utf8ByteCount + 1, doNotReallocate);