10 references to _duceResource
PresentationCore (10)
Core\CSharp\System\Windows\Media\Generated\EllipseGeometry.cs (10)
200
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
202
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
232
data.Handle =
_duceResource
.GetHandle(channel);
260
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_ELLIPSEGEOMETRY))
271
return
_duceResource
.GetHandle(channel);
277
Debug.Assert(
_duceResource
.IsOnChannel(channel));
279
if (
_duceResource
.ReleaseOnChannel(channel))
292
return
_duceResource
.GetHandle(channel);
297
return
_duceResource
.GetChannelCount();
302
return
_duceResource
.GetChannel(index);