10 references to _duceResource
PresentationCore (10)
Core\CSharp\System\Windows\Media\Generated\GeometryDrawing.cs (10)
323
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
325
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
344
data.Handle =
_duceResource
.GetHandle(channel);
359
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_GEOMETRYDRAWING))
374
return
_duceResource
.GetHandle(channel);
380
Debug.Assert(
_duceResource
.IsOnChannel(channel));
382
if (
_duceResource
.ReleaseOnChannel(channel))
399
return
_duceResource
.GetHandle(channel);
404
return
_duceResource
.GetChannelCount();
409
return
_duceResource
.GetChannel(index);