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