2 references to IsFirstCompositionUnit
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4068if (unit == null || (unit.IsFirstCompositionUnit && unit.IsLastCompositionUnit)) // what if first/last by chance? Miss preceeding... 4071if (!unit.IsFirstCompositionUnit)