3 writes to IsLastCompositionUnit
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextStore.cs (3)
1286unit.IsLastCompositionUnit = true; 1875topUndoUnit.IsLastCompositionUnit = false; 1885compositionUndoUnit.IsLastCompositionUnit = true;
2 references to IsLastCompositionUnit
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
3903if (unit == null || (unit.IsFirstCompositionUnit && unit.IsLastCompositionUnit)) // 4227_isLastCompositionUnit |= unit.IsLastCompositionUnit;