2 writes to _floatingElementList
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (2)
1700_floatingElementList = new List<BaseParaClient>(); 1718_floatingElementList = null;
7 references to _floatingElementList
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (7)
1694internal List<BaseParaClient> FloatingElementList { get { return _floatingElementList; } } 1698if(_floatingElementList == null) 1703if(!_floatingElementList.Contains(floatingElement)) 1705_floatingElementList.Add(floatingElement); 1711if(_floatingElementList.Contains(floatingElement)) 1713_floatingElementList.Remove(floatingElement); 1716if(_floatingElementList.Count == 0)