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