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