15 references to _activeOwners
PresentationFramework (15)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (15)
715if (_activeOwners.Contains(owner)) 716_activeOwners.Remove(owner); 734_activeOwners.Add(owner); 746_activeOwners.AddRange(owners); 757if (_activeOwners.Contains(owner)) 759_activeOwners.Remove(owner); 771_activeOwners.Clear(); 799res[0].AddActiveOwners(_activeOwners); 800res[1].AddActiveOwners(_activeOwners); 840seg.AddActiveOwners(_activeOwners); 922_activeOwners.Clear(); 1182if (_activeOwners.Count != 0) 1183return _activeOwners[0]; 1208if (_activeOwners.Count != 0) 1209return new SolidColorBrush(_activeOwners[0].SelectedBackground);