39 references to _proxy
PresentationCore (39)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (5)
158
Debug.Assert(
_proxy
.IsOnChannel(channel));
165
_proxy
.GetHandle(channel),
232
Debug.Assert(
_proxy
.IsOnChannel(channel));
242
_proxy
.GetHandle(channel),
254
_proxy
.GetHandle(channel),
Core\CSharp\System\Windows\Media\HostVisual.cs (2)
322
_proxy
.GetHandle(channel),
390
_proxy
.GetHandle(channel),
Core\CSharp\System\Windows\Media\Visual.cs (22)
220
return
_proxy
.IsOnChannel(channel);
230
return
_proxy
.GetHandle(channel);
264
_proxy
.CreateOrAddRefOnChannel(this, channel, resourceType);
266
return
_proxy
.GetHandle(channel);
277
_proxy
.ReleaseOnChannel(channel);
291
_proxy
.GetHandle(channel),
297
return
_proxy
.Count;
302
return
_proxy
.GetChannel(index);
1201
_proxy
.GetHandle(channel),
1245
handle =
_proxy
.GetHandle(channel);
1246
flags =
_proxy
.GetFlags(channel);
2709
for (int i = 0; i <
_proxy
.Count; i++)
2711
DUCE.Channel channel =
_proxy
.GetChannel(i);
3919
for (int i = 0; i <
_proxy
.Count; i++)
3921
DUCE.Channel channel =
_proxy
.GetChannel(i);
3922
VisualProxyFlags flags =
_proxy
.GetFlags(i);
3954
_proxy
.SetFlags(i, false, VisualProxyFlags.IsContentConnected);
4979
_proxy
.SetFlagsOnAllChannels(
4993
_proxy
.SetFlags(
5055
return
_proxy
.CheckFlagsOnAllChannels(flagsToCheck);
5071
return (
_proxy
.GetFlags(channel) & flagsToCheck) == flagsToCheck;
5096
return (
_proxy
.GetFlags(channel) & flagsToCheck) != VisualProxyFlags.None;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (5)
659
_proxy
.Count == _proxy3D.Count,
679
_proxy
.Count == _proxy3D.Count,
689
return
_proxy
.Count;
694
return
_proxy
.GetChannel(index);
733
VisualProxyFlags flags =
_proxy
.GetFlags(channel);
Core\CSharp\System\Windows\UIElement.cs (5)
3240
Debug.Assert(
_proxy
.IsOnChannel(channel));
3247
_proxy
.GetHandle(channel),
3311
Debug.Assert(
_proxy
.IsOnChannel(channel));
3327
_proxy
.GetHandle(channel),
3339
_proxy
.GetHandle(channel),