2 references to ForceCursorProperty
PresentationFramework (2)
src\Framework\System\Windows\FrameworkContentElement.cs (2)
966get { return (bool) GetValue(ForceCursorProperty); } 967set { SetValue(ForceCursorProperty, BooleanBoxes.Box(value)); }