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