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