4 references to Name
WindowsBase (4)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
442nameDescription.Name,
Base\System\Security\RightsManagement\LocalizedNameDescriptionPair.cs (3)
115return (String.CompareOrdinal(localizedNameDescr.Name, Name) == 0) 128return Name.GetHashCode() ^ Description.GetHashCode();