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