3 references to RenderMouseOverProperty
PresentationFramework.Royale (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
230get { return (bool) GetValue(RenderMouseOverProperty); } 231set { SetValue(RenderMouseOverProperty, value); }
Microsoft\Windows\Themes\ScrollChrome.cs (1)
132= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome),