1 write to _uiElementCollection
PresentationFramework (1)
src\Framework\System\Windows\Controls\Panel.cs (1)
614_uiElementCollection = CreateUIElementCollection(logicalParent);
25 references to _uiElementCollection
PresentationFramework (25)
src\Framework\System\Windows\Controls\Panel.cs (25)
351if (_uiElementCollection == null) 358return _uiElementCollection; 369if (_uiElementCollection == null) 375return _uiElementCollection.Count; 385if (_uiElementCollection == null) 392return _uiElementCollection[visualIndex]; 612if ((_uiElementCollection == null) || (_uiElementCollection.LogicalParent != logicalParent)) 646if ((_uiElementCollection != null) && (_uiElementCollection.Count > 0)) 648_uiElementCollection.ClearInternal(); 673_uiElementCollection.AddInternal(child); 733_uiElementCollection.InsertInternal(pos.Index + 1 + i, e); 747_uiElementCollection.RemoveRangeInternal(pos.Index, containerCount); 766_uiElementCollection.SetInternal(pos.Index + i, e); 790elements[i] = _uiElementCollection[fromPos.Index + i]; 792_uiElementCollection.RemoveRangeInternal(fromPos.Index, containerCount); 796_uiElementCollection.InsertInternal(toIndex + i, elements[i]); 980&& _uiElementCollection != null) 1003int count = (_uiElementCollection != null) ? _uiElementCollection.Count : 0; 1012if (_uiElementCollection[0] != null) 1014consonant = (int)_uiElementCollection[0].GetValue(ZIndexProperty); 1027int z = _uiElementCollection[i] != null 1028? (int)_uiElementCollection[i].GetValue(ZIndexProperty)