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