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)
202
return ChainOfDependencies<Document>.
GetLast
(this)._isCopySafe;
209
ChainOfDependencies<Document>.
GetLast
(this)._isCopySafe = value;
224
return ChainOfDependencies<Document>.
GetLast
(this)._isDestinationIdenticalToSource;
232
ChainOfDependencies<Document>.
GetLast
(this)._isDestinationIdenticalToSource = value;
246
return ChainOfDependencies<Document>.
GetLast
(this)._isRebindNeeded;
253
ChainOfDependencies<Document>.
GetLast
(this)._isRebindNeeded = value;
267
return ChainOfDependencies<Document>.
GetLast
(this)._isReloadNeeded;
274
ChainOfDependencies<Document>.
GetLast
(this)._isReloadNeeded = value;
288
return ChainOfDependencies<Document>.
GetLast
(this)._uri;
296
ChainOfDependencies<Document>.
GetLast
(this)._uri = value;