7 references to OrderByLeastDependent
PresentationUI (7)
MS\Internal\Documents\Application\DocumentManager.cs (7)
151_isEditEnabled = OrderByLeastDependent(DispatchEnableEdit, document); 167return OrderByLeastDependent(DispatchOpen, document); 181bool result = OrderByLeastDependent(DispatchSaveAsPreperation, document); 192result = OrderByLeastDependent(DispatchRebind, document); 210bool result = OrderByLeastDependent(DispatchSavePreperation, document); 219OrderByLeastDependent(DispatchRebind, document); 252return OrderByLeastDependent(DispatchRebind, document);