10 references to _duceResource
PresentationCore (10)
System\Windows\Media3D\Generated\DirectionalLight.cs (10)
140
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
142
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
171
data.Handle =
_duceResource
.GetHandle(channel);
193
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_DIRECTIONALLIGHT))
204
return
_duceResource
.GetHandle(channel);
208
Debug.Assert(
_duceResource
.IsOnChannel(channel));
210
if (
_duceResource
.ReleaseOnChannel(channel))
221
return
_duceResource
.GetHandle(channel);
226
return
_duceResource
.GetChannelCount();
231
return
_duceResource
.GetChannel(index);