1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Controls\Panel.cs (1)
602_uiElementCollection = CreateUIElementCollection(logicalParent);
25 references to _uiElementCollection
PresentationFramework (25)
System\Windows\Controls\Panel.cs (25)
339if (_uiElementCollection == null) 346return _uiElementCollection; 357if (_uiElementCollection == null) 363return _uiElementCollection.Count; 373if (_uiElementCollection == null) 380return _uiElementCollection[visualIndex]; 600if ((_uiElementCollection == null) || (_uiElementCollection.LogicalParent != logicalParent)) 634if ((_uiElementCollection != null) && (_uiElementCollection.Count > 0)) 636_uiElementCollection.ClearInternal(); 661_uiElementCollection.AddInternal(child); 721_uiElementCollection.InsertInternal(pos.Index + 1 + i, e); 735_uiElementCollection.RemoveRangeInternal(pos.Index, containerCount); 754_uiElementCollection.SetInternal(pos.Index + i, e); 778elements[i] = _uiElementCollection[fromPos.Index + i]; 780_uiElementCollection.RemoveRangeInternal(fromPos.Index, containerCount); 784_uiElementCollection.InsertInternal(toIndex + i, elements[i]); 962&& _uiElementCollection != null) 985int count = (_uiElementCollection != null) ? _uiElementCollection.Count : 0; 994if (_uiElementCollection[0] != null) 996consonant = (int)_uiElementCollection[0].GetValue(ZIndexProperty); 1009int z = _uiElementCollection[i] != null 1010? (int)_uiElementCollection[i].GetValue(ZIndexProperty)