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