15 references to _activeOwners
PresentationFramework (15)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (15)
701if (_activeOwners.Contains(owner)) 702_activeOwners.Remove(owner); 720_activeOwners.Add(owner); 732_activeOwners.AddRange(owners); 743if (_activeOwners.Contains(owner)) 745_activeOwners.Remove(owner); 756_activeOwners.Clear(); 784res[0].AddActiveOwners(_activeOwners); 785res[1].AddActiveOwners(_activeOwners); 825seg.AddActiveOwners(_activeOwners); 906_activeOwners.Clear(); 1161if (_activeOwners.Count != 0) 1162return _activeOwners[0]; 1187if (_activeOwners.Count != 0) 1188return new SolidColorBrush(_activeOwners[0].SelectedBackground);