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