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