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