4 references to EnsureMemoryCapacity
PresentationCore (4)
System\Windows\dataobject.cs (4)
1822int hr = EnsureMemoryCapacity(ref handle, sizeInBytes, doNotReallocate); 1893int hr = EnsureMemoryCapacity(ref handle, byteSize, doNotReallocate); 1945int hr = EnsureMemoryCapacity(ref handle, pinvokeSize + 1, doNotReallocate); 1993int hr = EnsureMemoryCapacity(ref handle, utf8ByteCount + 1, doNotReallocate);