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)
1550
internal List<BaseParaClient> FloatingElementList { get { return
_floatingElementList
; } }
1554
if(
_floatingElementList
== null)
1559
if(!
_floatingElementList
.Contains(floatingElement))
1561
_floatingElementList
.Add(floatingElement);
1567
if(
_floatingElementList
.Contains(floatingElement))
1569
_floatingElementList
.Remove(floatingElement);
1572
if(
_floatingElementList
.Count == 0)