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