3 writes to _handle
PresentationCore (3)
Graphics\include\exports.cs (3)
1076
_handle
= h;
1092
return channel.CreateOrAddRefOnChannel(instance, ref
_handle
, type);
1113
_handle
= DUCE.ResourceHandle.Null;
3 references to _handle
PresentationCore (3)
Graphics\include\exports.cs (3)
1111
if (channel.ReleaseOnChannel(
_handle
))
1127
return !
_handle
.IsNull;
1134
public DUCE.ResourceHandle Handle { get { return
_handle
; } }