3 writes to _handle
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
918_handle = h; 934return channel.CreateOrAddRefOnChannel(instance, ref _handle, type); 955_handle = DUCE.ResourceHandle.Null;
3 references to _handle
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
953if (channel.ReleaseOnChannel(_handle)) 969return !_handle.IsNull; 980public DUCE.ResourceHandle Handle { get { return _handle; } }