3 references to Set
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (3)
797MemberInfo[] setters = UnderlyingType.GetMember(KnownStrings.Set + name, MemberTypes.Method, AttachableProperties_BF); 936if (!KS.StartsWith(mi.Name, KnownStrings.Set)) 946name = mi.Name.Substring(KnownStrings.Set.Length);