8 references to GetControlInformation
System.Windows.Forms (8)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (8)
109public int GetColumn(object controlName) => GetControlInformation(controlName).Column; 111public int GetColumnSpan(object controlName) => GetControlInformation(controlName).ColumnSpan; 113public int GetRow(object controlName) => GetControlInformation(controlName).Row; 115public int GetRowSpan(object controlName) => GetControlInformation(controlName).RowSpan; 127ControlInformation info = GetControlInformation(controlName); 137ControlInformation info = GetControlInformation(controlName); 147ControlInformation info = GetControlInformation(controlName); 157ControlInformation info = GetControlInformation(controlName);