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)
1694
internal List<BaseParaClient> FloatingElementList { get { return
_floatingElementList
; } }
1698
if(
_floatingElementList
== null)
1703
if(!
_floatingElementList
.Contains(floatingElement))
1705
_floatingElementList
.Add(floatingElement);
1711
if(
_floatingElementList
.Contains(floatingElement))
1713
_floatingElementList
.Remove(floatingElement);
1716
if(
_floatingElementList
.Count == 0)