10 references to _duceResource
PresentationCore (10)
System\Windows\Media\Generated\CombinedGeometry.cs (10)
252
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
254
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
283
data.Handle =
_duceResource
.GetHandle(channel);
299
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_COMBINEDGEOMETRY))
314
return
_duceResource
.GetHandle(channel);
320
Debug.Assert(
_duceResource
.IsOnChannel(channel));
322
if (
_duceResource
.ReleaseOnChannel(channel))
339
return
_duceResource
.GetHandle(channel);
344
return
_duceResource
.GetChannelCount();
349
return
_duceResource
.GetChannel(index);