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