7 references to OrderByLeastDependent
PresentationUI (7)
MS\Internal\Documents\Application\DocumentManager.cs (7)
150
_isEditEnabled =
OrderByLeastDependent
(DispatchEnableEdit, document);
166
return
OrderByLeastDependent
(DispatchOpen, document);
180
bool result =
OrderByLeastDependent
(DispatchSaveAsPreperation, document);
191
result =
OrderByLeastDependent
(DispatchRebind, document);
209
bool result =
OrderByLeastDependent
(DispatchSavePreperation, document);
218
OrderByLeastDependent
(DispatchRebind, document);
251
return
OrderByLeastDependent
(DispatchRebind, document);