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)
216return _proxy.IsOnChannel(channel); 226return _proxy.GetHandle(channel); 260_proxy.CreateOrAddRefOnChannel(this, channel, resourceType); 262return _proxy.GetHandle(channel); 273_proxy.ReleaseOnChannel(channel); 287_proxy.GetHandle(channel), 293return _proxy.Count; 298return _proxy.GetChannel(index); 1194_proxy.GetHandle(channel), 1238handle = _proxy.GetHandle(channel); 1239flags = _proxy.GetFlags(channel); 2687for (int i = 0; i < _proxy.Count; i++) 2689DUCE.Channel channel = _proxy.GetChannel(i); 3895for (int i = 0; i < _proxy.Count; i++) 3897DUCE.Channel channel = _proxy.GetChannel(i); 3898VisualProxyFlags flags = _proxy.GetFlags(i); 3930_proxy.SetFlags(i, false, VisualProxyFlags.IsContentConnected); 4939_proxy.SetFlagsOnAllChannels( 4953_proxy.SetFlags( 5015return _proxy.CheckFlagsOnAllChannels(flagsToCheck); 5031return (_proxy.GetFlags(channel) & flagsToCheck) == flagsToCheck; 5056return (_proxy.GetFlags(channel) & flagsToCheck) != VisualProxyFlags.None;
System\Windows\Media3D\Viewport3DVisual.cs (5)
657_proxy.Count == _proxy3D.Count, 677_proxy.Count == _proxy3D.Count, 687return _proxy.Count; 692return _proxy.GetChannel(index); 731VisualProxyFlags flags = _proxy.GetFlags(channel);
System\Windows\UIElement.cs (5)
3210Debug.Assert(_proxy.IsOnChannel(channel)); 3217_proxy.GetHandle(channel), 3281Debug.Assert(_proxy.IsOnChannel(channel)); 3297_proxy.GetHandle(channel), 3309_proxy.GetHandle(channel),