10 references to HostStateFlags
PresentationCore (10)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (5)
863HostStateFlags.WorldTransform | 864HostStateFlags.ClipBounds, 1754new object[] { HostStateFlags.ClipBounds, null, clientRect }); 1903HostStateFlags.WorldTransform | 1904HostStateFlags.ClipBounds,
Core\CSharp\System\Windows\Media\CompositionTarget.cs (4)
240HostStateFlags stateFlags = (HostStateFlags)argArray[0]; 247if ((stateFlags & HostStateFlags.WorldTransform) != 0) 256if ((stateFlags & HostStateFlags.ClipBounds) != 0)
Core\CSharp\System\Windows\Media\VisualTarget.cs (1)
95HostStateFlags.None