30 references to _duceResource
PresentationCore (30)
System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs (2)
45Debug.Assert(_duceResource.IsOnChannel(channel)); 58data.Handle = _duceResource.GetHandle(channel);
System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs (2)
45Debug.Assert(_duceResource.IsOnChannel(channel)); 58data.Handle = _duceResource.GetHandle(channel);
System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs (2)
45Debug.Assert(_duceResource.IsOnChannel(channel)); 58data.Handle = _duceResource.GetHandle(channel);
System\Windows\Media\Animation\Generated\Point3DIndependentAnimationStorage.cs (2)
45Debug.Assert(_duceResource.IsOnChannel(channel)); 58data.Handle = _duceResource.GetHandle(channel);
System\Windows\Media\Animation\Generated\PointIndependentAnimationStorage.cs (2)
45Debug.Assert(_duceResource.IsOnChannel(channel)); 58data.Handle = _duceResource.GetHandle(channel);
System\Windows\Media\Animation\Generated\QuaternionIndependentAnimationStorage.cs (2)
45Debug.Assert(_duceResource.IsOnChannel(channel)); 58data.Handle = _duceResource.GetHandle(channel);
System\Windows\Media\Animation\Generated\RectIndependentAnimationStorage.cs (2)
45Debug.Assert(_duceResource.IsOnChannel(channel)); 58data.Handle = _duceResource.GetHandle(channel);
System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs (2)
45Debug.Assert(_duceResource.IsOnChannel(channel)); 58data.Handle = _duceResource.GetHandle(channel);
System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs (2)
45Debug.Assert(_duceResource.IsOnChannel(channel)); 58data.Handle = _duceResource.GetHandle(channel);
System\Windows\Media\Animation\IndependentAnimationStorage.cs (12)
77if (_duceResource.CreateOrAddRefOnChannel(this, channel, ResourceType)) 84return _duceResource.GetHandle(channel); 96Debug.Assert(_duceResource.IsOnChannel(channel)); 99_duceResource.ReleaseOnChannel(channel); 101if (!_duceResource.IsOnAnyChannel) 144handle = _duceResource.GetHandle(channel); 152return _duceResource.GetChannelCount(); 157return _duceResource.GetChannel(index); 183Debug.Assert(!skipOnChannelCheck || _duceResource.IsOnChannel(channel)); 185if (skipOnChannelCheck || _duceResource.IsOnChannel(channel)) 219Debug.Assert(_duceResource.IsOnAnyChannel); 247Debug.Assert(storage._duceResource.IsOnChannel(channel));