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