3 writes to IsLastCompositionUnit
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1415unit.IsLastCompositionUnit = true; 1986topUndoUnit.IsLastCompositionUnit = false; 1996compositionUndoUnit.IsLastCompositionUnit = true;
2 references to IsLastCompositionUnit
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4075if (unit == null || (unit.IsFirstCompositionUnit && unit.IsLastCompositionUnit)) // what if first/last by chance? Miss preceeding... 4376_isLastCompositionUnit |= unit.IsLastCompositionUnit;