3 writes to IsLastCompositionUnit
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1409unit?.IsLastCompositionUnit = true; 1974topUndoUnit?.IsLastCompositionUnit = false; 1983compositionUndoUnit.IsLastCompositionUnit = true;
2 references to IsLastCompositionUnit
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4058if (unit == null || (unit.IsFirstCompositionUnit && unit.IsLastCompositionUnit)) // what if first/last by chance? Miss preceeding... 4359_isLastCompositionUnit |= unit.IsLastCompositionUnit;