Home
last modified time | relevance | path

Searched refs:CreateProperty (Results 51 – 75 of 269) sorted by relevance

1234567891011

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Behaviors/
H A DExceptionHandlerDesigner.cs22 …properties["InitializeField"] = TypeDescriptor.CreateProperty(GetType(), "InitializeField", typeof… in PreFilterProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/windowsruntime/
H A Dicustompropertyprovider.cs51 static internal ICustomProperty CreateProperty(object target, string propertyName) in CreateProperty() method in System.Runtime.InteropServices.WindowsRuntime.ICustomPropertyProviderImpl
206 return ICustomPropertyProviderImpl.CreateProperty(_target, name); in ICustomPropertyProvider.GetCustomProperty()
H A Dclrireferenceimpl.cs50 return ICustomPropertyProviderImpl.CreateProperty((object)_value, name); in ICustomPropertyProvider.GetCustomProperty()
134 return ICustomPropertyProviderImpl.CreateProperty((object)_value, name); in ICustomPropertyProvider.GetCustomProperty()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/base/
H A Dutilities.h41 HRESULT CreateProperty(IDataModelManager* p_manager,
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/base/
H A Dutilities.h41 HRESULT CreateProperty(IDataModelManager* p_manager,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/base/
H A Dutilities.h41 HRESULT CreateProperty(IDataModelManager* p_manager,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/Adapters/
H A DDesignerAdapterUtil.cs165 prop = TypeDescriptor.CreateProperty ( in AddAttributesToProperty()
194 prop = TypeDescriptor.CreateProperty ( in AddAttributesToPropertiesOfDifferentType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/src/
H A Dv8windbg-extension.cc253 RETURN_IF_FAIL(CreateProperty(sp_data_model_manager.Get(), in Initialize()
296 RETURN_IF_FAIL(CreateProperty(sp_data_model_manager.Get(), new_getter.Get(), in OverrideLocalsGetter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DFormDesigner.cs202 TypeDescriptor.CreateProperty(GetType(), prop, _emptyAttrs); in PreFilterProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DDocumentDesigner.cs462 properties["BackColor"] = TypeDescriptor.CreateProperty (typeof (DocumentDesigner), in PreFilterProperties()
469 properties["Location"] = TypeDescriptor.CreateProperty (typeof (DocumentDesigner), in PreFilterProperties()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Json/Conversion/
H A DCustomTypeDescriptor.cs207 public static PropertyDescriptor CreateProperty(FieldInfo field) in CreateProperty() method in Jayrock.Json.Conversion.CustomTypeDescriptor
215 public static PropertyDescriptor CreateProperty(PropertyInfo property) in CreateProperty() method in Jayrock.Json.Conversion.CustomTypeDescriptor
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DNullable.cs82 return GetExprFactory().CreateProperty(typeBase, null, null, pMemGroup, pwt, null); in BindValue()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/xbuild/data/14.0/
H A DMicrosoft.Common.targets170 <CreateProperty Value="@(_CombinedTargetFrameworkDirectoriesItem)">
172 </CreateProperty>
184 …<CreateProperty Value="" Condition="'@(_CombinedTargetFrameworkDirectoriesItem)' == '$(TargetFrame…
186 </CreateProperty>
407 <CreateProperty Value="__NonExistentSubDir__\__NonExistentFile__">
409 </CreateProperty>
/dports/lang/mono/mono-5.10.1.57/mcs/tools/xbuild/data/12.0/
H A DMicrosoft.Common.targets168 <CreateProperty Value="@(_CombinedTargetFrameworkDirectoriesItem)">
170 </CreateProperty>
182 …<CreateProperty Value="" Condition="'@(_CombinedTargetFrameworkDirectoriesItem)' == '$(TargetFrame…
184 </CreateProperty>
404 <CreateProperty Value="__NonExistentSubDir__\__NonExistentFile__">
406 </CreateProperty>
/dports/lang/mono/mono-5.10.1.57/mcs/tools/xbuild/data/4.0/
H A DMicrosoft.Common.targets168 <CreateProperty Value="@(_CombinedTargetFrameworkDirectoriesItem)">
170 </CreateProperty>
182 …<CreateProperty Value="" Condition="'@(_CombinedTargetFrameworkDirectoriesItem)' == '$(TargetFrame…
184 </CreateProperty>
404 <CreateProperty Value="__NonExistentSubDir__\__NonExistentFile__">
406 </CreateProperty>
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Serialization/
H A DShouldSerializeTests.cs631 …protected override JsonProperty CreateProperty(MemberInfo member, MemberSerialization memberSerial… in CreateProperty() method in Newtonsoft.Json.Tests.Serialization.ShouldDeserializeContractResolver
633 JsonProperty property = base.CreateProperty(member, memberSerialization); in CreateProperty()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_property_provider.cc1284 return CreateProperty<int, GesturesIntProp>( in CreateInt()
1293 return CreateProperty<short, GesturesShortProp>( in CreateShort()
1303 return CreateProperty<GesturesPropBool, GesturesBoolProp>( in CreateBool()
1312 return CreateProperty<double, GesturesDoubleProp>( in CreateReal()
1434 GesturesProp* GesturesPropFunctionsWrapper::CreateProperty(void* device_data, in CreateProperty() function in ui::GesturesPropFunctionsWrapper
H A Dgesture_property_provider.h234 static GesturesProp* CreateProperty(void* device_data,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_property_provider.cc1280 return CreateProperty<int, GesturesIntProp>( in CreateInt()
1289 return CreateProperty<short, GesturesShortProp>( in CreateShort()
1299 return CreateProperty<GesturesPropBool, GesturesBoolProp>( in CreateBool()
1308 return CreateProperty<double, GesturesDoubleProp>( in CreateReal()
1430 GesturesProp* GesturesPropFunctionsWrapper::CreateProperty(void* device_data, in CreateProperty() function in ui::GesturesPropFunctionsWrapper
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DPropertyDescriptorTests.cs20 …PropertyDescriptor newPropertyDescriptor = TypeDescriptor.CreateProperty(component.GetType(), oldP… in CopyConstructorAddsAttribute()
/dports/games/openrct2/objects-1.2.2/tools/objexport/
H A DJsonConverters.fs240 override this.CreateProperty(m, mSerialization) =
241 let property = base.CreateProperty(m, mSerialization)
/dports/lang/mono/mono-5.10.1.57/mcs/tools/xbuild/data/2.0/
H A DMicrosoft.Common.targets116 <CreateProperty Value="@(_CombinedTargetFrameworkDirectoriesItem)">
118 </CreateProperty>
265 <CreateProperty Value="__NonExistentSubDir__\__NonExistentFile__">
267 </CreateProperty>
/dports/lang/mono/mono-5.10.1.57/mcs/tools/xbuild/data/3.5/
H A DMicrosoft.Common.targets137 <CreateProperty Value="@(_CombinedTargetFrameworkDirectoriesItem)">
139 </CreateProperty>
293 <CreateProperty Value="__NonExistentSubDir__\__NonExistentFile__">
295 </CreateProperty>
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DSubMenuStyle.cs286 newProperties[i] = TypeDescriptor.CreateProperty(GetType(), property, newAttributes); in ICustomTypeDescriptor.GetProperties()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Symbols/
H A DSymFactory.cs155 public PropertySymbol CreateProperty(Name name, AggregateSymbol parent) in CreateProperty() method in Microsoft.CSharp.RuntimeBinder.Semantics.SymFactory

1234567891011