1 write to _handle
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (1)
998public ResourceHandle(UInt32 handle) { _handle = handle; }
2 references to _handle
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
993return r._handle; 1003public bool IsNull { get { return (_handle == 0); } }