1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Controls\Panel.cs (1)
610_uiElementCollection = CreateUIElementCollection(logicalParent);
25 references to _uiElementCollection
PresentationFramework (25)
System\Windows\Controls\Panel.cs (25)
347if (_uiElementCollection == null) 354return _uiElementCollection; 365if (_uiElementCollection == null) 371return _uiElementCollection.Count; 381if (_uiElementCollection == null) 388return _uiElementCollection[visualIndex]; 608if ((_uiElementCollection == null) || (_uiElementCollection.LogicalParent != logicalParent)) 642if ((_uiElementCollection != null) && (_uiElementCollection.Count > 0)) 644_uiElementCollection.ClearInternal(); 669_uiElementCollection.AddInternal(child); 729_uiElementCollection.InsertInternal(pos.Index + 1 + i, e); 743_uiElementCollection.RemoveRangeInternal(pos.Index, containerCount); 762_uiElementCollection.SetInternal(pos.Index + i, e); 786elements[i] = _uiElementCollection[fromPos.Index + i]; 788_uiElementCollection.RemoveRangeInternal(fromPos.Index, containerCount); 792_uiElementCollection.InsertInternal(toIndex + i, elements[i]); 970&& _uiElementCollection != null) 993int count = (_uiElementCollection != null) ? _uiElementCollection.Count : 0; 1002if (_uiElementCollection[0] != null) 1004consonant = (int)_uiElementCollection[0].GetValue(ZIndexProperty); 1017int z = _uiElementCollection[i] != null 1018? (int)_uiElementCollection[i].GetValue(ZIndexProperty)