4 references to IsOverflowOpenProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\ToolBar.cs (4)
211get { return (bool) GetValue(IsOverflowOpenProperty); } 212set { SetValue(IsOverflowOpenProperty, BooleanBoxes.Box(value)); } 246CoerceValue(IsOverflowOpenProperty); 732SetCurrentValueInternal(IsOverflowOpenProperty, BooleanBoxes.FalseBox);