3 references to GetFlags
PresentationCore (3)
System\Windows\Media\Visual.cs (1)
3892VisualProxyFlags flags = _proxy.GetFlags(i);
System\Windows\Media\VisualProxy.cs (1)
430return GetFlags(Find(channel) + 1); // Find's results are -1 based, adjust by one.
System\Windows\Media3D\Visual3D.cs (1)
1503VisualProxyFlags flags = _proxy.GetFlags(i);