10 references to _duceResource
PresentationCore (10)
System\Windows\Media\Generated\CombinedGeometry.cs (10)
262
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
264
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
293
data.Handle =
_duceResource
.GetHandle(channel);
308
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_COMBINEDGEOMETRY))
323
return
_duceResource
.GetHandle(channel);
327
Debug.Assert(
_duceResource
.IsOnChannel(channel));
329
if (
_duceResource
.ReleaseOnChannel(channel))
344
return
_duceResource
.GetHandle(channel);
349
return
_duceResource
.GetChannelCount();
354
return
_duceResource
.GetChannel(index);