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