4 writes to Dirty
PresentationFramework (4)
MS\Internal\Documents\PageCache.cs (4)
615
newEntry.
Dirty
= false;
716
newEntry.
Dirty
= true;
774
newEntry.
Dirty
= true;
830
newEntry.
Dirty
= true;
4 references to Dirty
PresentationFramework (4)
MS\Internal\Documents\PageCache.cs (4)
294
return _cache[pageNumber].
Dirty
;
712
if (_cache[i].
Dirty
|| !dirtyOnly)
796
newEntry.
Dirty
!= _cache[index].
Dirty
)