11 references to GetLast
PresentationUI (11)
MS\Internal\Documents\Application\ChainOfDependencies.cs (1)
45
last =
GetLast
(member.Dependency);
MS\Internal\Documents\Application\Document.cs (10)
200
return ChainOfDependencies<Document>.
GetLast
(this)._isCopySafe;
207
ChainOfDependencies<Document>.
GetLast
(this)._isCopySafe = value;
222
return ChainOfDependencies<Document>.
GetLast
(this)._isDestinationIdenticalToSource;
230
ChainOfDependencies<Document>.
GetLast
(this)._isDestinationIdenticalToSource = value;
244
return ChainOfDependencies<Document>.
GetLast
(this)._isRebindNeeded;
251
ChainOfDependencies<Document>.
GetLast
(this)._isRebindNeeded = value;
265
return ChainOfDependencies<Document>.
GetLast
(this)._isReloadNeeded;
272
ChainOfDependencies<Document>.
GetLast
(this)._isReloadNeeded = value;
286
return ChainOfDependencies<Document>.
GetLast
(this)._uri;
294
ChainOfDependencies<Document>.
GetLast
(this)._uri = value;