11 references to IsOpenProperty
PresentationFramework (11)
System\Windows\Controls\ContextMenu.cs (1)
125
Popup.
IsOpenProperty
.AddOwner(
System\Windows\Controls\Primitives\Popup.cs (8)
297
get { return (bool) GetValue(
IsOpenProperty
); }
298
set { SetValue(
IsOpenProperty
, BooleanBoxes.Box(value)); }
328
CoerceValue(
IsOpenProperty
);
423
((Popup)sender).SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
975
popup.SetBinding(
IsOpenProperty
, binding);
1121
SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
1259
popup.SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
1805
SetCurrentValueInternal(
IsOpenProperty
, BooleanBoxes.FalseBox);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3347
DependencyProperty dp = System.Windows.Controls.Primitives.Popup.
IsOpenProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1856
return System.Windows.Controls.Primitives.Popup.
IsOpenProperty
;