8 references to Contains
PresentationFramework (2)
src\Framework\MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
289Debug.Assert(Children.Contains(hitElement), "The hit element should be a child of InnerCanvas.");
src\Framework\System\Windows\Controls\UIElementCollection.cs (1)
422return Contains(value as UIElement);
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
444if (null != window && this.Children.Contains(window))
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (4)
60return this.ExtenstionSurface.Children.Contains(this.rubberBand); 222if (!this.ExtenstionSurface.Children.Contains(this.rubberBand)) 234if (this.ExtenstionSurface.Children.Contains(this.rubberBand)) 246if (this.ExtenstionSurface.Children.Contains(this.rubberBand))
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (1)
105if (!this.view.Children.Contains((UIElement)this.viewManager.View))