Question : How to select by code all the children of InkCanvas in wpf

1)
I need to know how to select programitacally all the children of an InkCanvas. These children contain strokes and Uielements(Such as :images,buttons ...).
To select The strokes there is the methode  " myInkcanvas.select(myInkcanvas.Strokes)!
What about selecting UiElements?

Answer : How to select by code all the children of InkCanvas in wpf

just to make sure there's no confusion here is how to do it:

myInkcanvas.Select(myInkcanvas.Children.CastElement>());
Random Solutions  
 
programming4us programming4us