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