3 references to GetAttributeValue
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (3)
144string? attributeValue = GetAttributeValue(node, attribute); 153string? name = GetAttributeValue(controlXmlNode, "Name"); 174string? styleString = GetAttributeValue(styleXmlNode, "Styles");