3 references to RenderMouseOverProperty
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
283
get { return (bool) GetValue(
RenderMouseOverProperty
); }
284
set { SetValue(
RenderMouseOverProperty
, value); }
Microsoft\Windows\Themes\ScrollChrome.cs (1)
160
= ButtonChrome.
RenderMouseOverProperty
.AddOwner(typeof(ScrollChrome),