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