3 writes to IsLastCompositionUnit
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1412unit.IsLastCompositionUnit = true; 1980topUndoUnit.IsLastCompositionUnit = false; 1990compositionUndoUnit.IsLastCompositionUnit = true;
2 references to IsLastCompositionUnit
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4068if (unit == null || (unit.IsFirstCompositionUnit && unit.IsLastCompositionUnit)) // what if first/last by chance? Miss preceeding... 4369_isLastCompositionUnit |= unit.IsLastCompositionUnit;