3 references to RenderPressedProperty
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
304
get { return (bool) GetValue(
RenderPressedProperty
); }
305
set { SetValue(
RenderPressedProperty
, value); }
Microsoft\Windows\Themes\ScrollChrome.cs (1)
179
= ButtonChrome.
RenderPressedProperty
.AddOwner(typeof(ScrollChrome),