4 references to IsOverflowOpenProperty
PresentationFramework (4)
System\Windows\Controls\ToolBar.cs (4)
210get { return (bool) GetValue(IsOverflowOpenProperty); } 211set { SetValue(IsOverflowOpenProperty, BooleanBoxes.Box(value)); } 245CoerceValue(IsOverflowOpenProperty); 722SetCurrentValueInternal(IsOverflowOpenProperty, BooleanBoxes.FalseBox);