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)
197
return ChainOfDependencies<Document>.
GetLast
(this)._isCopySafe;
204
ChainOfDependencies<Document>.
GetLast
(this)._isCopySafe = value;
219
return ChainOfDependencies<Document>.
GetLast
(this)._isDestinationIdenticalToSource;
227
ChainOfDependencies<Document>.
GetLast
(this)._isDestinationIdenticalToSource = value;
241
return ChainOfDependencies<Document>.
GetLast
(this)._isRebindNeeded;
248
ChainOfDependencies<Document>.
GetLast
(this)._isRebindNeeded = value;
262
return ChainOfDependencies<Document>.
GetLast
(this)._isReloadNeeded;
269
ChainOfDependencies<Document>.
GetLast
(this)._isReloadNeeded = value;
283
return ChainOfDependencies<Document>.
GetLast
(this)._uri;
291
ChainOfDependencies<Document>.
GetLast
(this)._uri = value;