6 references to HashMultiplier
PresentationCore (6)
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (6)
310
hash = (hash *
HashMultiplier
) + (int)(_blackBoxHeight * Constants.DefaultRealToIdeal);
311
hash = (hash *
HashMultiplier
) + (int)(_baseline * Constants.DefaultRealToIdeal);
312
hash = (hash *
HashMultiplier
) + (int)(_leftSideBearing * Constants.DefaultRealToIdeal);
313
hash = (hash *
HashMultiplier
) + (int)(_rightSideBearing * Constants.DefaultRealToIdeal);
314
hash = (hash *
HashMultiplier
) + (int)(_topSideBearing * Constants.DefaultRealToIdeal);
315
hash = (hash *
HashMultiplier
) + (int)(_bottomSideBearing * Constants.DefaultRealToIdeal);