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