2 writes to _floatingElementList
PresentationFramework (2)
MS\Internal\PtsHost\PtsPage.cs (2)
1550_floatingElementList = new List<BaseParaClient>(); 1568_floatingElementList = null;
7 references to _floatingElementList
PresentationFramework (7)
MS\Internal\PtsHost\PtsPage.cs (7)
1544internal List<BaseParaClient> FloatingElementList { get { return _floatingElementList; } } 1548if(_floatingElementList == null) 1553if(!_floatingElementList.Contains(floatingElement)) 1555_floatingElementList.Add(floatingElement); 1561if(_floatingElementList.Contains(floatingElement)) 1563_floatingElementList.Remove(floatingElement); 1566if(_floatingElementList.Count == 0)