2 writes to _child
PresentationFramework (2)
src\Framework\System\Windows\Controls\Decorator.cs (2)
130_child = value; 230set { _child = value; }
10 references to _child
PresentationFramework (10)
src\Framework\System\Windows\Controls\Decorator.cs (10)
117return _child; 122if(_child != value) 125RemoveVisualChild(_child); 128RemoveLogicalChild(_child); 148if (_child == null) 153return new SingleChildEnumerator(_child); 173get { return (_child == null) ? 0 : 1; } 181if ( (_child == null) 187return _child; 229get { return _child; }