Home
last modified time | relevance | path

Searched refs:ProvidePropertyAttribute (Results 1 – 25 of 56) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DProvidePropertyAttributeTests.cs16 var firstAttribute = new ProvidePropertyAttribute(propertyName, receiverTypeName); in Equals_SameNames()
17 var secondAttribute = new ProvidePropertyAttribute(propertyName, receiverTypeName); in Equals_SameNames()
26 var attribute = new ProvidePropertyAttribute(propertyName, string.Empty); in GetPropertyName()
34 var type = typeof(ProvidePropertyAttribute); in GetReceiverTypeName()
35 var attribute = new ProvidePropertyAttribute(string.Empty, type); in GetReceiverTypeName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DProvidePropertyAttribute.cs12 public sealed class ProvidePropertyAttribute : Attribute class
17 public ProvidePropertyAttribute(string propertyName, Type receiverType) in ProvidePropertyAttribute() method in System.ComponentModel.ProvidePropertyAttribute
26 public ProvidePropertyAttribute(string propertyName, string receiverTypeName) in ProvidePropertyAttribute() method in System.ComponentModel.ProvidePropertyAttribute
53 ProvidePropertyAttribute other = obj as ProvidePropertyAttribute; in Equals()
H A DReflectTypeDescriptionProvider.cs1078 ProvidePropertyAttribute provideAttr = attr as ProvidePropertyAttribute; in ReflectGetExtendedProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DProvidePropertyAttribute.cs20 public sealed class ProvidePropertyAttribute : Attribute { class
27 public ProvidePropertyAttribute(string propertyName, Type receiverType) { in ProvidePropertyAttribute() method in System.ComponentModel.ProvidePropertyAttribute
35 public ProvidePropertyAttribute(string propertyName, string receiverTypeName) { in ProvidePropertyAttribute() method in System.ComponentModel.ProvidePropertyAttribute
76 ProvidePropertyAttribute other = obj as ProvidePropertyAttribute; in Equals()
H A DDebugTypeDescriptor.cs2595 if (attr is ProvidePropertyAttribute) { in ReflectGetExtenders()
2596 ProvidePropertyAttribute provided = (ProvidePropertyAttribute)attr; in ReflectGetExtenders()
H A DReflectTypeDescriptionProvider.cs1142 ProvidePropertyAttribute provideAttr = attr as ProvidePropertyAttribute; in ReflectGetExtendedProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DExtenderHelpers.cs47ProvidePropertyAttribute[] propertyAttributes = extenderProvider.GetType().GetCustomAttributes(typ… in FilterDependencyProperties()
48 foreach (ProvidePropertyAttribute propertyAttribute in propertyAttributes) in FilterDependencyProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.ComponentModel.TypeConverter/
H A DTypeForwarders.cs63 ….CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ProvidePropertyAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.ComponentModel.TypeConverter.cs56 ….CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ProvidePropertyAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.ComponentModel.TypeConverter.cs57 ….CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ProvidePropertyAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.ComponentModel.TypeConverter.cs57 ….CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ProvidePropertyAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.ComponentModel.TypeConverter.cs57 ….CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ProvidePropertyAttribute))]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.TypeConverter.cs460 public sealed partial class ProvidePropertyAttribute : System.Attribute class
462 public ProvidePropertyAttribute(string propertyName, string receiverTypeName) { } in ProvidePropertyAttribute() method in System.ComponentModel.ProvidePropertyAttribute
463 public ProvidePropertyAttribute(string propertyName, System.Type receiverType) { } in ProvidePropertyAttribute() method in System.ComponentModel.ProvidePropertyAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Design.cs470 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
471 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
472 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
3638 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
3639 …[System.ComponentModel.ProvidePropertyAttribute("TrayLocation", typeof(System.ComponentModel.IComp…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Design.cs469 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
470 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
471 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
3637 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
3638 …[System.ComponentModel.ProvidePropertyAttribute("TrayLocation", typeof(System.ComponentModel.IComp…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Design.cs518 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
519 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
520 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
3248 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Design.cs517 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
518 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
519 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
3247 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Design.cs484 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
485 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
486 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
3212 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Design.cs496 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
497 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
498 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
4077 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Design.cs496 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
497 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
498 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
4077 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
H A DSystem.Windows.Forms.cs6927 …[System.ComponentModel.ProvidePropertyAttribute("Error", "System.Windows.Forms.Control, System.Win…
6929 …[System.ComponentModel.ProvidePropertyAttribute("IconPadding", "System.Windows.Forms.Control, Syst…
7120 …[System.ComponentModel.ProvidePropertyAttribute("FlowBreak", typeof(System.Windows.Forms.Control))]
7879 …[System.ComponentModel.ProvidePropertyAttribute("HelpString", "System.Windows.Forms.Control, Syste…
7880 …[System.ComponentModel.ProvidePropertyAttribute("ShowHelp", "System.Windows.Forms.Control, System.…
14346 …[System.ComponentModel.ProvidePropertyAttribute("CellPosition", typeof(System.Windows.Forms.Contro…
14347 [System.ComponentModel.ProvidePropertyAttribute("Column", typeof(System.Windows.Forms.Control))]
14348 …[System.ComponentModel.ProvidePropertyAttribute("ColumnSpan", typeof(System.Windows.Forms.Control)…
14349 [System.ComponentModel.ProvidePropertyAttribute("Row", typeof(System.Windows.Forms.Control))]
14350 … [System.ComponentModel.ProvidePropertyAttribute("RowSpan", typeof(System.Windows.Forms.Control))]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Design.cs530 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
531 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
532 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
4111 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Design.cs530 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
531 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
532 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
4111 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Design.cs530 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
531 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
532 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
4111 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Design.cs496 [System.ComponentModel.ProvidePropertyAttribute("Language", typeof(object))]
497 [System.ComponentModel.ProvidePropertyAttribute("LoadLanguage", typeof(object))]
498 [System.ComponentModel.ProvidePropertyAttribute("Localizable", typeof(object))]
4077 …[System.ComponentModel.ProvidePropertyAttribute("Location", typeof(System.ComponentModel.IComponen…

123