2 writes to _floatingElementList
PresentationFramework (2)
MS\Internal\PtsHost\PtsPage.cs (2)
1544_floatingElementList = new List<BaseParaClient>(); 1562_floatingElementList = null;
7 references to _floatingElementList
PresentationFramework (7)
MS\Internal\PtsHost\PtsPage.cs (7)
1538internal List<BaseParaClient> FloatingElementList { get { return _floatingElementList; } } 1542if(_floatingElementList == null) 1547if(!_floatingElementList.Contains(floatingElement)) 1549_floatingElementList.Add(floatingElement); 1555if(_floatingElementList.Contains(floatingElement)) 1557_floatingElementList.Remove(floatingElement); 1560if(_floatingElementList.Count == 0)