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