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