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