11 references to GetLast
PresentationUI (11)
MS\Internal\Documents\Application\ChainOfDependencies.cs (1)
46
last =
GetLast
(member.Dependency);
MS\Internal\Documents\Application\Document.cs (10)
201
return ChainOfDependencies<Document>.
GetLast
(this)._isCopySafe;
208
ChainOfDependencies<Document>.
GetLast
(this)._isCopySafe = value;
223
return ChainOfDependencies<Document>.
GetLast
(this)._isDestinationIdenticalToSource;
231
ChainOfDependencies<Document>.
GetLast
(this)._isDestinationIdenticalToSource = value;
245
return ChainOfDependencies<Document>.
GetLast
(this)._isRebindNeeded;
252
ChainOfDependencies<Document>.
GetLast
(this)._isRebindNeeded = value;
266
return ChainOfDependencies<Document>.
GetLast
(this)._isReloadNeeded;
273
ChainOfDependencies<Document>.
GetLast
(this)._isReloadNeeded = value;
287
return ChainOfDependencies<Document>.
GetLast
(this)._uri;
295
ChainOfDependencies<Document>.
GetLast
(this)._uri = value;