10 references to _duceResource
PresentationCore (10)
System\Windows\Media\Generated\PathGeometry.cs (7)
149
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_PATHGEOMETRY))
160
return
_duceResource
.GetHandle(channel);
164
Debug.Assert(
_duceResource
.IsOnChannel(channel));
166
if (
_duceResource
.ReleaseOnChannel(channel))
177
return
_duceResource
.GetHandle(channel);
182
return
_duceResource
.GetChannelCount();
187
return
_duceResource
.GetChannel(index);
System\Windows\Media\PathGeometry.cs (3)
978
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
980
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
1001
data.Handle =
_duceResource
.GetHandle(channel);