4 writes to Dirty
PresentationFramework (4)
MS\Internal\Documents\PageCache.cs (4)
614
newEntry.
Dirty
= false;
715
newEntry.
Dirty
= true;
773
newEntry.
Dirty
= true;
829
newEntry.
Dirty
= true;
4 references to Dirty
PresentationFramework (4)
MS\Internal\Documents\PageCache.cs (4)
293
return _cache[pageNumber].
Dirty
;
711
if (_cache[i].
Dirty
|| !dirtyOnly)
795
newEntry.
Dirty
!= _cache[index].
Dirty
)