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