Home
last modified time | relevance | path

Searched refs:IDesignerFilter (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DTypeDescriptorFilterService.cs64 if (designer is IDesignerFilter) { in FilterAttributes()
65 ((IDesignerFilter) designer).PreFilterAttributes (attributes); in FilterAttributes()
66 ((IDesignerFilter) designer).PostFilterAttributes (attributes); in FilterAttributes()
83 if (designer is IDesignerFilter) { in FilterEvents()
84 ((IDesignerFilter) designer).PreFilterEvents (events); in FilterEvents()
85 ((IDesignerFilter) designer).PostFilterEvents (events); in FilterEvents()
102 if (designer is IDesignerFilter) { in FilterProperties()
103 ((IDesignerFilter) designer).PreFilterProperties (properties); in FilterProperties()
104 ((IDesignerFilter) designer).PostFilterProperties (properties); in FilterProperties()
H A DComponentDesigner.cs38 …public class ComponentDesigner : ITreeDesigner, IDesigner, IDisposable, IDesignerFilter, IComponen…
295 #region IDesignerFilter
340 #region Implementation of IDesignerFilter
342 void IDesignerFilter.PostFilterAttributes (IDictionary attributes) in IDesignerFilter.PostFilterAttributes()
347 void IDesignerFilter.PostFilterEvents (IDictionary events) in IDesignerFilter.PostFilterEvents()
352 void IDesignerFilter.PostFilterProperties (IDictionary properties) in IDesignerFilter.PostFilterProperties()
357 void IDesignerFilter.PreFilterAttributes (IDictionary attributes) in IDesignerFilter.PreFilterAttributes()
362 void IDesignerFilter.PreFilterEvents (IDictionary events) in IDesignerFilter.PreFilterEvents()
367 void IDesignerFilter.PreFilterProperties (IDictionary properties) in IDesignerFilter.PreFilterProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design/
H A DWebFormsRootDesigner.cs41 public abstract class WebFormsRootDesigner : IRootDesigner, IDesigner, IDisposable, IDesignerFilter
216 void IDesignerFilter.PostFilterAttributes (IDictionary attributes) in IDesignerFilter.PostFilterAttributes()
222 void IDesignerFilter.PostFilterEvents (IDictionary events) in IDesignerFilter.PostFilterEvents()
228 void IDesignerFilter.PostFilterProperties (IDictionary properties) in IDesignerFilter.PostFilterProperties()
234 void IDesignerFilter.PreFilterAttributes (IDictionary attributes) in IDesignerFilter.PreFilterAttributes()
240 void IDesignerFilter.PreFilterEvents (IDictionary events) in IDesignerFilter.PreFilterEvents()
246 void IDesignerFilter.PreFilterProperties (IDictionary properties) in IDesignerFilter.PreFilterProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DIDesignerFilter.cs19 public interface IDesignerFilter { interface
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DIDesignerFilter.cs16 public interface IDesignerFilter interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DActivityDesigner.cs44 IDesignerFilter,
2328 #region IDesignerFilter Implementation
2329 void IDesignerFilter.PreFilterAttributes(IDictionary attributes) in IDesignerFilter.PreFilterAttributes()
2334 void IDesignerFilter.PreFilterProperties(IDictionary properties) in IDesignerFilter.PreFilterProperties()
2339 void IDesignerFilter.PreFilterEvents(IDictionary events) in IDesignerFilter.PreFilterEvents()
2344 void IDesignerFilter.PostFilterAttributes(IDictionary attributes) in IDesignerFilter.PostFilterAttributes()
2349 void IDesignerFilter.PostFilterProperties(IDictionary properties) in IDesignerFilter.PostFilterProperties()
2354 void IDesignerFilter.PostFilterEvents(IDictionary events) in IDesignerFilter.PostFilterEvents()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Design.cs192 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
193 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
194 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
195 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
196 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
197 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2751 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2753 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2757 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2759 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Design.cs191 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
192 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
193 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
194 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
195 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
196 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2750 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2752 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2756 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2758 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Design.cs158 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
159 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
160 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
161 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
162 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
163 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2717 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2719 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2723 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2725 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Design.cs159 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
160 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
161 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
162 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
163 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
164 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2785 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2787 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2791 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2793 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Design.cs159 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
160 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
161 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
162 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
163 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
164 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2785 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2787 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2791 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2793 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Design.cs193 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
194 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
195 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
196 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
197 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
198 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2819 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2821 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2825 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2827 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Design.cs193 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
194 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
195 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
196 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
197 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
198 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2819 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2821 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2825 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2827 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Design.cs193 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
194 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
195 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
196 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
197 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
198 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2819 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2821 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2825 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2827 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Design.cs159 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
160 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
161 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
162 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
163 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
164 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2785 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2787 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2791 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2793 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Design.cs149 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
150 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
151 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
152 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
153 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
154 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2298 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2299 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2301 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2302 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Design.cs148 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
149 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
150 …void System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterProperties()
151 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
152 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
153 …void System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterProperties()
2297 …void System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDiction… in System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes()
2298 …void System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary … in System.ComponentModel.Design.IDesignerFilter.PostFilterEvents()
2300 …void System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictiona… in System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes()
2301 …void System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary e… in System.ComponentModel.Design.IDesignerFilter.PreFilterEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs1037 public partial interface IDesignerFilter interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dcommon.sources416 ../referencesource/System/compmod/system/componentmodel/design/IDesignerFilter.cs
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/netstandard/
H A DTypeForwarders.cs562 …tem.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDesignerFilter))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A Dnetstandard.cs250 …me.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.Design.IDesignerFilter))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A Dnetstandard.cs249 …me.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.Design.IDesignerFilter))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A Dnetstandard.cs250 …me.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.Design.IDesignerFilter))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A Dnetstandard.cs250 …me.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.Design.IDesignerFilter))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs3528 public partial interface IDesignerFilter interface

12