System.Windows.Forms.ControlCollection.GetAllControls C# (CSharp) Method

GetAllControls() public method

public GetAllControls ( ) : System.Windows.Forms.Control[]
return System.Windows.Forms.Control[]
		public Control[] GetAllControls ()
		{
			return theView.Subviews.Select(x=> (x as IViewHelper).Host).ToArray();
		}