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