9 references to _proxy3D
PresentationCore (9)
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (9)
412
for (int i = 0, limit =
_proxy3D
.Count; i < limit; i++)
414
DUCE.Channel channel =
_proxy3D
.GetChannel(i);
656
bool created =
_proxy3D
.CreateOrAddRefOnChannel(this, channel, DUCE.ResourceType.TYPE_VISUAL3D);
659
_proxy.Count ==
_proxy3D
.Count,
669
_proxy3D
.GetHandle(channel),
679
_proxy.Count ==
_proxy3D
.Count,
684
_proxy3D
.ReleaseOnChannel(channel);
802
_proxy3D
.GetHandle(channel),
865
return
_proxy3D
.GetHandle(channel);