11 references to IsOpenProperty
PresentationFramework (11)
System\Windows\Controls\ContextMenu.cs (1)
133
Popup.
IsOpenProperty
.AddOwner(
System\Windows\Controls\Primitives\Popup.cs (8)
308
get { return (bool) GetValue(
IsOpenProperty
); }
309
set { SetValue(
IsOpenProperty
, BooleanBoxes.Box(value)); }
339
CoerceValue(
IsOpenProperty
);
434
((Popup)sender).SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
968
popup.SetBinding(
IsOpenProperty
, binding);
1114
SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
1252
popup.SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
1796
SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3231
DependencyProperty dp = System.Windows.Controls.Primitives.Popup.
IsOpenProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1862
return System.Windows.Controls.Primitives.Popup.
IsOpenProperty
;