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