10 references to _duceResource
PresentationCore (10)
System\Windows\Media\Generated\CombinedGeometry.cs (10)
234
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
236
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
265
data.Handle =
_duceResource
.GetHandle(channel);
280
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_COMBINEDGEOMETRY))
295
return
_duceResource
.GetHandle(channel);
299
Debug.Assert(
_duceResource
.IsOnChannel(channel));
301
if (
_duceResource
.ReleaseOnChannel(channel))
316
return
_duceResource
.GetHandle(channel);
321
return
_duceResource
.GetChannelCount();
326
return
_duceResource
.GetChannel(index);