4 references to GetAttributeValue
System.Windows.Forms (4)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (4)
157int row = GetAttributeValue(controlXmlNode, "Row", /*default*/-1); 158int rowSpan = GetAttributeValue(controlXmlNode, "RowSpan", /*default*/1); 159int column = GetAttributeValue(controlXmlNode, "Column", /*default*/-1); 160int columnSpan = GetAttributeValue(controlXmlNode, "ColumnSpan", /*default*/1);