3 references to Brush
PresentationBuildTasks (3)
Framework\System\Windows\Markup\KnownTypes.cs (2)
3723case KnownElements.Brush: converterId = KnownElements.BrushConverter; break; 5254case KnownElements.Brush: t = _asmCore.GetType("System.Windows.Media.Brush"); break;
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2764if (objectType == KnownTypes.Types[(int)KnownElements.Brush])