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