17 references to Zero
System.IO.MemoryMappedFiles (1)
System\IO\MemoryMappedFiles\MemoryMappedView.Unix.cs (1)
132if (capacity == UIntPtr.Zero)
System.Private.CoreLib (4)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (3)
503_notifyDebuggerSP = UIntPtr.Zero; 516_notifyDebuggerSP = UIntPtr.Zero; 769UIntPtr prevFramePtr = UIntPtr.Zero;
src\System\Exception.CoreCLR.cs (1)
95_ipForWatsonBuckets = UIntPtr.Zero;
System.Windows.Forms (4)
System\Windows\Forms\Application.ComponentManager.cs (1)
32private UIntPtr _cookieCounter = UIntPtr.Zero;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
133mouseInput.Anonymous.mi.dwExtraInfo = UIntPtr.Zero;
System\Windows\Forms\SendKeys\SendKeys.cs (2)
647currentInput[0].Anonymous.ki.dwExtraInfo = UIntPtr.Zero; 649currentInput[1].Anonymous.ki.dwExtraInfo = UIntPtr.Zero;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
144keyboardInput.Anonymous.ki.dwExtraInfo = UIntPtr.Zero;
System.Windows.Forms.Tests (5)
System\Windows\Forms\Application.ComponentManagerTests.cs (5)
51Assert.Equal(UIntPtr.Zero, id); 64Assert.Equal(UIntPtr.Zero, id); 78Assert.NotEqual(UIntPtr.Zero, id); 82Assert.NotEqual(UIntPtr.Zero, newId); 97Assert.False(manager.FRevokeComponent(UIntPtr.Zero));
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
54return Misc.VirtualFreeEx(_processHandle, handle, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);
MS\Internal\AutomationProxies\Misc.cs (1)
607VirtualFree(memAddr, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);