4 instantiations of KeyInfo
System.Web.DataVisualization (4)
15 references to KeyInfo
System.Web.DataVisualization (15)
Common\General\Chart.cs (15)
4145private Dictionary<KeyInfo, Font> _fontCache = new Dictionary<KeyInfo, Font>(new KeyInfo.EqualityComparer());
4179KeyInfo key = new KeyInfo(familyName, size);
4196KeyInfo key = new KeyInfo(familyName, size, style);
4213KeyInfo key = new KeyInfo(family, size, style);
4231KeyInfo key = new KeyInfo(family, size, style, unit);
4271/// Initializes a new instance of the <see cref="KeyInfo"/> class.
4281/// Initializes a new instance of the <see cref="KeyInfo"/> class.
4293/// Initializes a new instance of the <see cref="KeyInfo"/> class.
4305/// Initializes a new instance of the <see cref="KeyInfo"/> class.
4323internal class EqualityComparer : IEqualityComparer<KeyInfo>
4333public bool Equals(KeyInfo x, KeyInfo y)
4349public int GetHashCode(KeyInfo obj)