3 writes to _handle
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
900
_handle
= h;
916
return channel.CreateOrAddRefOnChannel(instance, ref
_handle
, type);
937
_handle
= DUCE.ResourceHandle.Null;
3 references to _handle
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (3)
935
if (channel.ReleaseOnChannel(
_handle
))
951
return !
_handle
.IsNull;
962
public DUCE.ResourceHandle Handle { get { return
_handle
; } }