30 references to _duceResource
PresentationCore (30)
Core\CSharp\System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs (2)
52
Debug.Assert(
_duceResource
.IsOnChannel(channel));
65
data.Handle =
_duceResource
.GetHandle(channel);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs (2)
52
Debug.Assert(
_duceResource
.IsOnChannel(channel));
65
data.Handle =
_duceResource
.GetHandle(channel);
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs (2)
52
Debug.Assert(
_duceResource
.IsOnChannel(channel));
65
data.Handle =
_duceResource
.GetHandle(channel);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DIndependentAnimationStorage.cs (2)
52
Debug.Assert(
_duceResource
.IsOnChannel(channel));
65
data.Handle =
_duceResource
.GetHandle(channel);
Core\CSharp\System\Windows\Media\Animation\Generated\PointIndependentAnimationStorage.cs (2)
52
Debug.Assert(
_duceResource
.IsOnChannel(channel));
65
data.Handle =
_duceResource
.GetHandle(channel);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionIndependentAnimationStorage.cs (2)
52
Debug.Assert(
_duceResource
.IsOnChannel(channel));
65
data.Handle =
_duceResource
.GetHandle(channel);
Core\CSharp\System\Windows\Media\Animation\Generated\RectIndependentAnimationStorage.cs (2)
52
Debug.Assert(
_duceResource
.IsOnChannel(channel));
65
data.Handle =
_duceResource
.GetHandle(channel);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs (2)
52
Debug.Assert(
_duceResource
.IsOnChannel(channel));
65
data.Handle =
_duceResource
.GetHandle(channel);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs (2)
52
Debug.Assert(
_duceResource
.IsOnChannel(channel));
65
data.Handle =
_duceResource
.GetHandle(channel);
Core\CSharp\System\Windows\Media\Animation\IndependentAnimationStorage.cs (12)
74
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, ResourceType))
81
return
_duceResource
.GetHandle(channel);
93
Debug.Assert(
_duceResource
.IsOnChannel(channel));
96
_duceResource
.ReleaseOnChannel(channel);
98
if (!
_duceResource
.IsOnAnyChannel)
141
handle =
_duceResource
.GetHandle(channel);
149
return
_duceResource
.GetChannelCount();
154
return
_duceResource
.GetChannel(index);
180
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
182
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
216
Debug.Assert(
_duceResource
.IsOnAnyChannel);
244
Debug.Assert(storage.
_duceResource
.IsOnChannel(channel));