3 writes to IsLastCompositionUnit
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1426unit.IsLastCompositionUnit = true; 1997topUndoUnit.IsLastCompositionUnit = false; 2007compositionUndoUnit.IsLastCompositionUnit = true;
2 references to IsLastCompositionUnit
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4086if (unit == null || (unit.IsFirstCompositionUnit && unit.IsLastCompositionUnit)) // what if first/last by chance? Miss preceeding... 4387_isLastCompositionUnit |= unit.IsLastCompositionUnit;