2 references to RenderFocusedProperty
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
193get { return (bool)GetValue(RenderFocusedProperty); } 194set { SetValue(RenderFocusedProperty, value); }