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