1 write to IsFixedContainer
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
98
IsFixedContainer
= textContainer is FixedTextContainer || textContainer is DocumentSequenceTextContainer;
4 references to IsFixedContainer
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (4)
107
if ((Changed != null) &&
IsFixedContainer
)
154
if ((Changed != null) &&
IsFixedContainer
)
189
if ((Changed != null) &&
IsFixedContainer
)
227
if ((Changed != null) &&
IsFixedContainer
)