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