10 references to _duceResource
PresentationCore (10)
Core\CSharp\System\Windows\Media\Generated\PathGeometry.cs (7)
189
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_PATHGEOMETRY))
200
return
_duceResource
.GetHandle(channel);
206
Debug.Assert(
_duceResource
.IsOnChannel(channel));
208
if (
_duceResource
.ReleaseOnChannel(channel))
221
return
_duceResource
.GetHandle(channel);
226
return
_duceResource
.GetChannelCount();
231
return
_duceResource
.GetChannel(index);
Core\CSharp\System\Windows\Media\PathGeometry.cs (3)
1064
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
1066
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
1087
data.Handle =
_duceResource
.GetHandle(channel);