11 references to IsOpenProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
137
Popup.
IsOpenProperty
.AddOwner(
src\Framework\System\Windows\Controls\Primitives\Popup.cs (8)
306
get { return (bool) GetValue(
IsOpenProperty
); }
307
set { SetValue(
IsOpenProperty
, BooleanBoxes.Box(value)); }
337
CoerceValue(
IsOpenProperty
);
432
((Popup)sender).SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
972
popup.SetBinding(
IsOpenProperty
, binding);
1119
SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
1257
popup.SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
1800
SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3223
DependencyProperty dp = System.Windows.Controls.Primitives.Popup.
IsOpenProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1863
return System.Windows.Controls.Primitives.Popup.
IsOpenProperty
;