6 references to HashMultiplier
PresentationCore (6)
System\Windows\Media\CharacterMetrics.cs (6)
306
hash = (hash *
HashMultiplier
) + (int)(_blackBoxHeight * Constants.DefaultRealToIdeal);
307
hash = (hash *
HashMultiplier
) + (int)(_baseline * Constants.DefaultRealToIdeal);
308
hash = (hash *
HashMultiplier
) + (int)(_leftSideBearing * Constants.DefaultRealToIdeal);
309
hash = (hash *
HashMultiplier
) + (int)(_rightSideBearing * Constants.DefaultRealToIdeal);
310
hash = (hash *
HashMultiplier
) + (int)(_topSideBearing * Constants.DefaultRealToIdeal);
311
hash = (hash *
HashMultiplier
) + (int)(_bottomSideBearing * Constants.DefaultRealToIdeal);