15 references to _activeOwners
PresentationFramework (15)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (15)
694if (_activeOwners.Contains(owner)) 695_activeOwners.Remove(owner); 713_activeOwners.Add(owner); 725_activeOwners.AddRange(owners); 736if (_activeOwners.Contains(owner)) 738_activeOwners.Remove(owner); 749_activeOwners.Clear(); 777res[0].AddActiveOwners(_activeOwners); 778res[1].AddActiveOwners(_activeOwners); 818seg.AddActiveOwners(_activeOwners); 896_activeOwners.Clear(); 1151if (_activeOwners.Count != 0) 1152return _activeOwners[0]; 1177if (_activeOwners.Count != 0) 1178return new SolidColorBrush(_activeOwners[0].SelectedBackground);