6 references to Keys
System (3)
compmod\system\collections\generic\sorteddictionary.cs (3)
133return Keys; 139return Keys; 253get { return (ICollection)Keys; }
System.Workflow.ComponentModel (1)
AuthoringOM\Filters\CompensationHandlingFilter.cs (1)
165foreach (int completedOrderId in sortedListOfCompensatableTargets.Keys)
WindowsBase (2)
Base\System\IO\Packaging\ZipPackage.cs (2)
670List<PieceInfo> pieces = new List<PieceInfo>(pieceDictionary.Keys); 1235pieces = new List<PieceInfo>(contentTypeStreamPieces.Keys);