4 references to EnsureMemoryCapacity
PresentationCore (4)
System\Windows\dataobject.cs (4)
1829int hr = EnsureMemoryCapacity(ref handle, sizeInBytes, doNotReallocate); 1906int hr = EnsureMemoryCapacity(ref handle, byteSize, doNotReallocate); 1964int hr = EnsureMemoryCapacity(ref handle, pinvokeSize + 1, doNotReallocate); 2018int hr = EnsureMemoryCapacity(ref handle, utf8ByteCount + 1, doNotReallocate);