40 references to _proxy
PresentationCore (40)
System\Windows\Media\DrawingVisual.cs (5)
135Debug.Assert(_proxy.IsOnChannel(channel)); 142_proxy.GetHandle(channel), 206Debug.Assert(_proxy.IsOnChannel(channel)); 216_proxy.GetHandle(channel), 228_proxy.GetHandle(channel),
System\Windows\Media\HostVisual.cs (3)
309_proxy.GetHandle(channel), 393_proxy.GetHandle(channel), 412hostHandle: _proxy.GetHandle(channel),
System\Windows\Media\Visual.cs (22)
198return _proxy.IsOnChannel(channel); 208return _proxy.GetHandle(channel); 242_proxy.CreateOrAddRefOnChannel(this, channel, resourceType); 244return _proxy.GetHandle(channel); 255_proxy.ReleaseOnChannel(channel); 269_proxy.GetHandle(channel), 275return _proxy.Count; 280return _proxy.GetChannel(index); 1172_proxy.GetHandle(channel), 1216handle = _proxy.GetHandle(channel); 1217flags = _proxy.GetFlags(channel); 2665for (int i = 0; i < _proxy.Count; i++) 2667DUCE.Channel channel = _proxy.GetChannel(i); 3870for (int i = 0; i < _proxy.Count; i++) 3872DUCE.Channel channel = _proxy.GetChannel(i); 3873VisualProxyFlags flags = _proxy.GetFlags(i); 3905_proxy.SetFlags(i, false, VisualProxyFlags.IsContentConnected); 4911_proxy.SetFlagsOnAllChannels( 4925_proxy.SetFlags( 4984return _proxy.CheckFlagsOnAllChannels(flagsToCheck); 5000return (_proxy.GetFlags(channel) & flagsToCheck) == flagsToCheck; 5025return (_proxy.GetFlags(channel) & flagsToCheck) != VisualProxyFlags.None;
System\Windows\Media3D\Viewport3DVisual.cs (5)
637_proxy.Count == _proxy3D.Count, 657_proxy.Count == _proxy3D.Count, 667return _proxy.Count; 672return _proxy.GetChannel(index); 711VisualProxyFlags flags = _proxy.GetFlags(channel);
System\Windows\UIElement.cs (5)
3189Debug.Assert(_proxy.IsOnChannel(channel)); 3196_proxy.GetHandle(channel), 3257Debug.Assert(_proxy.IsOnChannel(channel)); 3273_proxy.GetHandle(channel), 3285_proxy.GetHandle(channel),