2 writes to _floatingElementList
PresentationFramework (2)
MS\Internal\PtsHost\PtsPage.cs (2)
1556_floatingElementList = new List<BaseParaClient>(); 1574_floatingElementList = null;
7 references to _floatingElementList
PresentationFramework (7)
MS\Internal\PtsHost\PtsPage.cs (7)
1550internal List<BaseParaClient> FloatingElementList { get { return _floatingElementList; } } 1554if(_floatingElementList == null) 1559if(!_floatingElementList.Contains(floatingElement)) 1561_floatingElementList.Add(floatingElement); 1567if(_floatingElementList.Contains(floatingElement)) 1569_floatingElementList.Remove(floatingElement); 1572if(_floatingElementList.Count == 0)