7 references to OrderByLeastDependent
PresentationUI (7)
MS\Internal\Documents\Application\DocumentManager.cs (7)
153_isEditEnabled = OrderByLeastDependent(DispatchEnableEdit, document); 169return OrderByLeastDependent(DispatchOpen, document); 183bool result = OrderByLeastDependent(DispatchSaveAsPreperation, document); 194result = OrderByLeastDependent(DispatchRebind, document); 212bool result = OrderByLeastDependent(DispatchSavePreperation, document); 221OrderByLeastDependent(DispatchRebind, document); 254return OrderByLeastDependent(DispatchRebind, document);