10 references to _duceResource
PresentationCore (10)
Core\CSharp\System\Windows\Media\Generated\CombinedGeometry.cs (10)
282
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
284
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
313
data.Handle =
_duceResource
.GetHandle(channel);
329
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_COMBINEDGEOMETRY))
344
return
_duceResource
.GetHandle(channel);
350
Debug.Assert(
_duceResource
.IsOnChannel(channel));
352
if (
_duceResource
.ReleaseOnChannel(channel))
369
return
_duceResource
.GetHandle(channel);
374
return
_duceResource
.GetChannelCount();
379
return
_duceResource
.GetChannel(index);