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