7 references to OrderByLeastDependent
PresentationUI (7)
MS\Internal\Documents\Application\DocumentManager.cs (7)
156_isEditEnabled = OrderByLeastDependent(DispatchEnableEdit, document); 172return OrderByLeastDependent(DispatchOpen, document); 186bool result = OrderByLeastDependent(DispatchSaveAsPreperation, document); 197result = OrderByLeastDependent(DispatchRebind, document); 215bool result = OrderByLeastDependent(DispatchSavePreperation, document); 224OrderByLeastDependent(DispatchRebind, document); 257return OrderByLeastDependent(DispatchRebind, document);