15 references to _activeOwners
PresentationFramework (15)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (15)
693if (_activeOwners.Contains(owner)) 694_activeOwners.Remove(owner); 712_activeOwners.Add(owner); 724_activeOwners.AddRange(owners); 735if (_activeOwners.Contains(owner)) 737_activeOwners.Remove(owner); 748_activeOwners.Clear(); 776res[0].AddActiveOwners(_activeOwners); 777res[1].AddActiveOwners(_activeOwners); 817seg.AddActiveOwners(_activeOwners); 895_activeOwners.Clear(); 1150if (_activeOwners.Count != 0) 1151return _activeOwners[0]; 1176if (_activeOwners.Count != 0) 1177return new SolidColorBrush(_activeOwners[0].SelectedBackground);