1 write to _parent
PresentationFramework (1)
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
200_parent = parent;
14 references to _parent
PresentationFramework (14)
src\Framework\System\Windows\Controls\ToolBarTray.cs (14)
207_parent.AddLogicalChild(toolBar); 208_parent.AddVisualChild(toolBar); 209_parent.InvalidateMeasure(); 220_parent.RemoveVisualChild(currentToolBar); 221_parent.RemoveLogicalChild(currentToolBar); 224_parent.AddLogicalChild(toolBar); 225_parent.AddVisualChild(toolBar); 226_parent.InvalidateMeasure(); 236_parent.RemoveVisualChild(currentToolBar); 237_parent.RemoveLogicalChild(currentToolBar); 238_parent.InvalidateMeasure(); 249_parent.RemoveVisualChild(currentToolBar); 250_parent.RemoveLogicalChild(currentToolBar); 252_parent.InvalidateMeasure();