2 references to IsOverflowOpen
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
232return tb.IsOverflowOpen ? BooleanBoxes.FalseBox : value; 710if (toolBar.IsOverflowOpen && bb != null && bb.Parent == toolBar)