40 references to _proxy
PresentationCore (40)
System\Windows\Media\DrawingVisual.cs (5)
149Debug.Assert(_proxy.IsOnChannel(channel)); 156_proxy.GetHandle(channel), 223Debug.Assert(_proxy.IsOnChannel(channel)); 233_proxy.GetHandle(channel), 245_proxy.GetHandle(channel),
System\Windows\Media\HostVisual.cs (3)
326_proxy.GetHandle(channel), 410_proxy.GetHandle(channel), 429hostHandle: _proxy.GetHandle(channel),
System\Windows\Media\Visual.cs (22)
215return _proxy.IsOnChannel(channel); 225return _proxy.GetHandle(channel); 259_proxy.CreateOrAddRefOnChannel(this, channel, resourceType); 261return _proxy.GetHandle(channel); 272_proxy.ReleaseOnChannel(channel); 286_proxy.GetHandle(channel), 292return _proxy.Count; 297return _proxy.GetChannel(index); 1191_proxy.GetHandle(channel), 1235handle = _proxy.GetHandle(channel); 1236flags = _proxy.GetFlags(channel); 2684for (int i = 0; i < _proxy.Count; i++) 2686DUCE.Channel channel = _proxy.GetChannel(i); 3889for (int i = 0; i < _proxy.Count; i++) 3891DUCE.Channel channel = _proxy.GetChannel(i); 3892VisualProxyFlags flags = _proxy.GetFlags(i); 3924_proxy.SetFlags(i, false, VisualProxyFlags.IsContentConnected); 4933_proxy.SetFlagsOnAllChannels( 4947_proxy.SetFlags( 5009return _proxy.CheckFlagsOnAllChannels(flagsToCheck); 5025return (_proxy.GetFlags(channel) & flagsToCheck) == flagsToCheck; 5050return (_proxy.GetFlags(channel) & flagsToCheck) != VisualProxyFlags.None;
System\Windows\Media3D\Viewport3DVisual.cs (5)
655_proxy.Count == _proxy3D.Count, 675_proxy.Count == _proxy3D.Count, 685return _proxy.Count; 690return _proxy.GetChannel(index); 729VisualProxyFlags flags = _proxy.GetFlags(channel);
System\Windows\UIElement.cs (5)
3206Debug.Assert(_proxy.IsOnChannel(channel)); 3213_proxy.GetHandle(channel), 3277Debug.Assert(_proxy.IsOnChannel(channel)); 3293_proxy.GetHandle(channel), 3305_proxy.GetHandle(channel),