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