10 references to _duceResource
PresentationCore (10)
System\Windows\Media\Generated\PathGeometry.cs (7)
159
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_PATHGEOMETRY))
170
return
_duceResource
.GetHandle(channel);
176
Debug.Assert(
_duceResource
.IsOnChannel(channel));
178
if (
_duceResource
.ReleaseOnChannel(channel))
191
return
_duceResource
.GetHandle(channel);
196
return
_duceResource
.GetChannelCount();
201
return
_duceResource
.GetChannel(index);
System\Windows\Media\PathGeometry.cs (3)
977
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
979
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
1000
data.Handle =
_duceResource
.GetHandle(channel);