40 references to _proxy
PresentationCore (40)
System\Windows\Media\DrawingVisual.cs (5)
136Debug.Assert(_proxy.IsOnChannel(channel)); 143_proxy.GetHandle(channel), 207Debug.Assert(_proxy.IsOnChannel(channel)); 217_proxy.GetHandle(channel), 229_proxy.GetHandle(channel),
System\Windows\Media\HostVisual.cs (3)
310_proxy.GetHandle(channel), 394_proxy.GetHandle(channel), 413hostHandle: _proxy.GetHandle(channel),
System\Windows\Media\Visual.cs (22)
199return _proxy.IsOnChannel(channel); 209return _proxy.GetHandle(channel); 243_proxy.CreateOrAddRefOnChannel(this, channel, resourceType); 245return _proxy.GetHandle(channel); 256_proxy.ReleaseOnChannel(channel); 270_proxy.GetHandle(channel), 276return _proxy.Count; 281return _proxy.GetChannel(index); 1175_proxy.GetHandle(channel), 1219handle = _proxy.GetHandle(channel); 1220flags = _proxy.GetFlags(channel); 2668for (int i = 0; i < _proxy.Count; i++) 2670DUCE.Channel channel = _proxy.GetChannel(i); 3873for (int i = 0; i < _proxy.Count; i++) 3875DUCE.Channel channel = _proxy.GetChannel(i); 3876VisualProxyFlags flags = _proxy.GetFlags(i); 3908_proxy.SetFlags(i, false, VisualProxyFlags.IsContentConnected); 4914_proxy.SetFlagsOnAllChannels( 4928_proxy.SetFlags( 4987return _proxy.CheckFlagsOnAllChannels(flagsToCheck); 5003return (_proxy.GetFlags(channel) & flagsToCheck) == flagsToCheck; 5028return (_proxy.GetFlags(channel) & flagsToCheck) != VisualProxyFlags.None;
System\Windows\Media3D\Viewport3DVisual.cs (5)
638_proxy.Count == _proxy3D.Count, 658_proxy.Count == _proxy3D.Count, 668return _proxy.Count; 673return _proxy.GetChannel(index); 712VisualProxyFlags flags = _proxy.GetFlags(channel);
System\Windows\UIElement.cs (5)
3190Debug.Assert(_proxy.IsOnChannel(channel)); 3197_proxy.GetHandle(channel), 3258Debug.Assert(_proxy.IsOnChannel(channel)); 3274_proxy.GetHandle(channel), 3286_proxy.GetHandle(channel),