2 references to IsOpenPropertyKey
PresentationFramework (2)
System\Windows\Controls\ToolTipService.cs (2)
301
public static readonly DependencyProperty IsOpenProperty =
IsOpenPropertyKey
.DependencyProperty;
323
element.SetValue(
IsOpenPropertyKey
, BooleanBoxes.Box(value));