4 instantiations of KeyInfo
System.Windows.Forms.DataVisualization (4)
Common\General\Chart.cs (4)
4179
KeyInfo key = new
KeyInfo
(familyName, size);
4196
KeyInfo key = new
KeyInfo
(familyName, size, style);
4213
KeyInfo key = new
KeyInfo
(family, size, style);
4231
KeyInfo key = new
KeyInfo
(family, size, style, unit);
15 references to KeyInfo
System.Windows.Forms.DataVisualization (15)
Common\General\Chart.cs (15)
4145
private Dictionary<
KeyInfo
, Font> _fontCache = new Dictionary<
KeyInfo
, Font>(new
KeyInfo
.EqualityComparer());
4179
KeyInfo
key = new KeyInfo(familyName, size);
4196
KeyInfo
key = new KeyInfo(familyName, size, style);
4213
KeyInfo
key = new KeyInfo(family, size, style);
4231
KeyInfo
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.
4323
internal class EqualityComparer : IEqualityComparer<
KeyInfo
>
4333
public bool Equals(
KeyInfo
x,
KeyInfo
y)
4349
public int GetHashCode(
KeyInfo
obj)