10 references to _duceResource
PresentationCore (10)
System\Windows\Media3D\Generated\DirectionalLight.cs (10)
124
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
126
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
155
data.Handle =
_duceResource
.GetHandle(channel);
178
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_DIRECTIONALLIGHT))
189
return
_duceResource
.GetHandle(channel);
195
Debug.Assert(
_duceResource
.IsOnChannel(channel));
197
if (
_duceResource
.ReleaseOnChannel(channel))
210
return
_duceResource
.GetHandle(channel);
215
return
_duceResource
.GetChannelCount();
220
return
_duceResource
.GetChannel(index);