30 references to _duceResource
PresentationCore (30)
System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs (2)
36
Debug.Assert(
_duceResource
.IsOnChannel(channel));
49
data.Handle =
_duceResource
.GetHandle(channel);
System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs (2)
36
Debug.Assert(
_duceResource
.IsOnChannel(channel));
49
data.Handle =
_duceResource
.GetHandle(channel);
System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs (2)
36
Debug.Assert(
_duceResource
.IsOnChannel(channel));
49
data.Handle =
_duceResource
.GetHandle(channel);
System\Windows\Media\Animation\Generated\Point3DIndependentAnimationStorage.cs (2)
37
Debug.Assert(
_duceResource
.IsOnChannel(channel));
50
data.Handle =
_duceResource
.GetHandle(channel);
System\Windows\Media\Animation\Generated\PointIndependentAnimationStorage.cs (2)
36
Debug.Assert(
_duceResource
.IsOnChannel(channel));
49
data.Handle =
_duceResource
.GetHandle(channel);
System\Windows\Media\Animation\Generated\QuaternionIndependentAnimationStorage.cs (2)
37
Debug.Assert(
_duceResource
.IsOnChannel(channel));
50
data.Handle =
_duceResource
.GetHandle(channel);
System\Windows\Media\Animation\Generated\RectIndependentAnimationStorage.cs (2)
36
Debug.Assert(
_duceResource
.IsOnChannel(channel));
49
data.Handle =
_duceResource
.GetHandle(channel);
System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs (2)
36
Debug.Assert(
_duceResource
.IsOnChannel(channel));
49
data.Handle =
_duceResource
.GetHandle(channel);
System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs (2)
37
Debug.Assert(
_duceResource
.IsOnChannel(channel));
50
data.Handle =
_duceResource
.GetHandle(channel);
System\Windows\Media\Animation\IndependentAnimationStorage.cs (12)
73
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, ResourceType))
80
return
_duceResource
.GetHandle(channel);
92
Debug.Assert(
_duceResource
.IsOnChannel(channel));
95
_duceResource
.ReleaseOnChannel(channel);
97
if (!
_duceResource
.IsOnAnyChannel)
140
handle =
_duceResource
.GetHandle(channel);
148
return
_duceResource
.GetChannelCount();
153
return
_duceResource
.GetChannel(index);
179
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
181
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
215
Debug.Assert(
_duceResource
.IsOnAnyChannel);
243
Debug.Assert(storage.
_duceResource
.IsOnChannel(channel));