4 writes to Dirty
PresentationFramework (4)
MS\Internal\Documents\PageCache.cs (4)
619
newEntry.
Dirty
= false;
720
newEntry.
Dirty
= true;
778
newEntry.
Dirty
= true;
834
newEntry.
Dirty
= true;
4 references to Dirty
PresentationFramework (4)
MS\Internal\Documents\PageCache.cs (4)
298
return _cache[pageNumber].
Dirty
;
716
if (_cache[i].
Dirty
|| !dirtyOnly)
800
newEntry.
Dirty
!= _cache[index].
Dirty
)