7 references to OrderByLeastDependent
PresentationUI (7)
MS\Internal\Documents\Application\DocumentManager.cs (7)
150_isEditEnabled = OrderByLeastDependent(DispatchEnableEdit, document); 166return OrderByLeastDependent(DispatchOpen, document); 180bool result = OrderByLeastDependent(DispatchSaveAsPreperation, document); 191result = OrderByLeastDependent(DispatchRebind, document); 209bool result = OrderByLeastDependent(DispatchSavePreperation, document); 218OrderByLeastDependent(DispatchRebind, document); 251return OrderByLeastDependent(DispatchRebind, document);