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