4 references to IsOverflowOpenProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\ToolBar.cs (4)
211
get { return (bool) GetValue(
IsOverflowOpenProperty
); }
212
set { SetValue(
IsOverflowOpenProperty
, BooleanBoxes.Box(value)); }
246
CoerceValue(
IsOverflowOpenProperty
);
732
SetCurrentValueInternal(
IsOverflowOpenProperty
, BooleanBoxes.FalseBox);