10 references to IsUIElement
PresentationCore (7)
System\Windows\InterOp\HwndTarget.cs (1)
1406if (root.CheckFlagsAnd(VisualFlags.IsUIElement))
System\Windows\LayoutManager.cs (1)
83if(v.CheckFlagsAnd(VisualFlags.IsUIElement))
System\Windows\UIElement.cs (5)
115SetFlags(true, VisualFlags.IsUIElement); 456&& v.CheckFlagsAnd(VisualFlags.IsUIElement) ) 500if (v.CheckFlagsAnd(VisualFlags.IsUIElement)) 722if(v.CheckFlagsAnd(VisualFlags.IsUIElement)) 742if(v.CheckFlagsAnd(VisualFlags.IsUIElement))
PresentationFramework (3)
MS\Internal\Documents\TextContainerHelper.cs (1)
736&& child.CheckFlagsAnd(VisualFlags.IsUIElement)
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
169&& child.CheckFlagsAnd(VisualFlags.IsUIElement)
System\Windows\Automation\Peers\StatusBarAutomationPeer.cs (1)
115&& child.CheckFlagsAnd(VisualFlags.IsUIElement)