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