1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Controls\Panel.cs (1)
603_uiElementCollection = CreateUIElementCollection(logicalParent);
25 references to _uiElementCollection
PresentationFramework (25)
System\Windows\Controls\Panel.cs (25)
340if (_uiElementCollection == null) 347return _uiElementCollection; 358if (_uiElementCollection == null) 364return _uiElementCollection.Count; 374if (_uiElementCollection == null) 381return _uiElementCollection[visualIndex]; 601if ((_uiElementCollection == null) || (_uiElementCollection.LogicalParent != logicalParent)) 635if ((_uiElementCollection != null) && (_uiElementCollection.Count > 0)) 637_uiElementCollection.ClearInternal(); 662_uiElementCollection.AddInternal(child); 722_uiElementCollection.InsertInternal(pos.Index + 1 + i, e); 736_uiElementCollection.RemoveRangeInternal(pos.Index, containerCount); 755_uiElementCollection.SetInternal(pos.Index + i, e); 779elements[i] = _uiElementCollection[fromPos.Index + i]; 781_uiElementCollection.RemoveRangeInternal(fromPos.Index, containerCount); 785_uiElementCollection.InsertInternal(toIndex + i, elements[i]); 963&& _uiElementCollection != null) 986int count = (_uiElementCollection != null) ? _uiElementCollection.Count : 0; 995if (_uiElementCollection[0] != null) 997consonant = (int)_uiElementCollection[0].GetValue(ZIndexProperty); 1010int z = _uiElementCollection[i] != null 1011? (int)_uiElementCollection[i].GetValue(ZIndexProperty)