4 references to EnsureMemoryCapacity
PresentationCore (4)
System\Windows\dataobject.cs (4)
1826int hr = EnsureMemoryCapacity(ref handle, sizeInBytes, doNotReallocate); 1903int hr = EnsureMemoryCapacity(ref handle, byteSize, doNotReallocate); 1961int hr = EnsureMemoryCapacity(ref handle, pinvokeSize + 1, doNotReallocate); 2015int hr = EnsureMemoryCapacity(ref handle, utf8ByteCount + 1, doNotReallocate);