40 references to _proxy
PresentationCore (40)
System\Windows\Media\DrawingVisual.cs (5)
149
Debug.Assert(
_proxy
.IsOnChannel(channel));
156
_proxy
.GetHandle(channel),
223
Debug.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),
429
hostHandle:
_proxy
.GetHandle(channel),
System\Windows\Media\Visual.cs (22)
215
return
_proxy
.IsOnChannel(channel);
225
return
_proxy
.GetHandle(channel);
259
_proxy
.CreateOrAddRefOnChannel(this, channel, resourceType);
261
return
_proxy
.GetHandle(channel);
272
_proxy
.ReleaseOnChannel(channel);
286
_proxy
.GetHandle(channel),
292
return
_proxy
.Count;
297
return
_proxy
.GetChannel(index);
1191
_proxy
.GetHandle(channel),
1235
handle =
_proxy
.GetHandle(channel);
1236
flags =
_proxy
.GetFlags(channel);
2684
for (int i = 0; i <
_proxy
.Count; i++)
2686
DUCE.Channel channel =
_proxy
.GetChannel(i);
3889
for (int i = 0; i <
_proxy
.Count; i++)
3891
DUCE.Channel channel =
_proxy
.GetChannel(i);
3892
VisualProxyFlags flags =
_proxy
.GetFlags(i);
3924
_proxy
.SetFlags(i, false, VisualProxyFlags.IsContentConnected);
4933
_proxy
.SetFlagsOnAllChannels(
4947
_proxy
.SetFlags(
5009
return
_proxy
.CheckFlagsOnAllChannels(flagsToCheck);
5025
return (
_proxy
.GetFlags(channel) & flagsToCheck) == flagsToCheck;
5050
return (
_proxy
.GetFlags(channel) & flagsToCheck) != VisualProxyFlags.None;
System\Windows\Media3D\Viewport3DVisual.cs (5)
655
_proxy
.Count == _proxy3D.Count,
675
_proxy
.Count == _proxy3D.Count,
685
return
_proxy
.Count;
690
return
_proxy
.GetChannel(index);
729
VisualProxyFlags flags =
_proxy
.GetFlags(channel);
System\Windows\UIElement.cs (5)
3206
Debug.Assert(
_proxy
.IsOnChannel(channel));
3213
_proxy
.GetHandle(channel),
3277
Debug.Assert(
_proxy
.IsOnChannel(channel));
3293
_proxy
.GetHandle(channel),
3305
_proxy
.GetHandle(channel),