7 references to OrderByLeastDependent
PresentationUI (7)
MS\Internal\Documents\Application\DocumentManager.cs (7)
154_isEditEnabled = OrderByLeastDependent(DispatchEnableEdit, document); 170return OrderByLeastDependent(DispatchOpen, document); 184bool result = OrderByLeastDependent(DispatchSaveAsPreperation, document); 195result = OrderByLeastDependent(DispatchRebind, document); 213bool result = OrderByLeastDependent(DispatchSavePreperation, document); 222OrderByLeastDependent(DispatchRebind, document); 255return OrderByLeastDependent(DispatchRebind, document);