2 references to IsInteractiveProperty
PresentationFramework (2)
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (2)
167
get { return (bool)GetValue(
IsInteractiveProperty
); }
168
set { SetValue(
IsInteractiveProperty
, value); }