4 references to IsOverflowOpenProperty
PresentationFramework (4)
System\Windows\Controls\ToolBar.cs (4)
201get { return (bool) GetValue(IsOverflowOpenProperty); } 202set { SetValue(IsOverflowOpenProperty, BooleanBoxes.Box(value)); } 236CoerceValue(IsOverflowOpenProperty); 713SetCurrentValueInternal(IsOverflowOpenProperty, BooleanBoxes.FalseBox);