3 references to RenderPressedProperty
PresentationFramework.Royale (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
262get { return (bool) GetValue(RenderPressedProperty); } 263set { SetValue(RenderPressedProperty, value); }
Microsoft\Windows\Themes\ScrollChrome.cs (1)
161= ButtonChrome.RenderPressedProperty.AddOwner(typeof(ScrollChrome),