5 references to _maxAnnotationsBatch
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
806if (annotations.Count > _maxAnnotationsBatch) 810leftover = annotations.GetRange(_maxAnnotationsBatch, annotations.Count - _maxAnnotationsBatch); 815annotations.RemoveRange(_maxAnnotationsBatch, annotations.Count - _maxAnnotationsBatch);