8 references to GetControlInformation
System.Windows.Forms (8)
winforms\Managed\System\WinForms\TableLayoutSettings.cs (8)
619return GetControlInformation(controlName).Column; 622return GetControlInformation(controlName).ColumnSpan; 625return GetControlInformation(controlName).Row; 628return GetControlInformation(controlName).RowSpan; 640ControlInformation info = GetControlInformation(controlName); 648ControlInformation info = GetControlInformation(controlName); 655ControlInformation info = GetControlInformation(controlName); 662ControlInformation info = GetControlInformation(controlName);