Home
last modified time | relevance | path

Searched refs:GetPropertyValues (Results 1 – 25 of 136) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DLocalFileSettingsProvider.cs55 public override SettingsPropertyValueCollection GetPropertyValues (SettingsContext context, in GetPropertyValues() method in System.Configuration.LocalFileSettingsProvider
58 return impl.GetPropertyValues (context, properties); in GetPropertyValues()
H A DSettingsProvider.cs46 public abstract SettingsPropertyValueCollection GetPropertyValues (SettingsContext context, in GetPropertyValues() method in System.Configuration.SettingsProvider
H A DSettingsBase.cs152 foreach (SettingsPropertyValue v in prop.Provider.GetPropertyValues (Context, Properties)) in GetPropertyValue()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/tests/System/Configuration/
H A DLocalFileSettingsProviderTests.cs27 …sPropertyValueCollection propertyValues = localFileSettingsProvider.GetPropertyValues(_testContext… in GetPropertyValues_NotStoredProperty_ValueEqualsNull()
44 …sPropertyValueCollection propertyValues = localFileSettingsProvider.GetPropertyValues(_testContext… in GetPropertyValues_NotStoredConnectionStringProperty_ValueEqualsEmptyString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Configuration/
H A DLocalFileSettingsProviderTest.cs108 vals = prov.GetPropertyValues (ctx, col); in GetUserScopedPropertyValues()
138 vals = prov.GetPropertyValues (ctx, col); in GetApplicationScopedPropertyValues()
H A DSettingsBaseTest.cs257 …public override SettingsPropertyValueCollection GetPropertyValues (SettingsContext context, Settin… in GetPropertyValues() method in MonoTests.System.Configuration.SettingsBaseTest.MyProvider3
309 …public override SettingsPropertyValueCollection GetPropertyValues (SettingsContext context, Settin… in GetPropertyValues() method in MonoTests.System.Configuration.SettingsBaseTest.MyProvider
H A DApplicationSettingsBaseTest.cs60 public override SettingsPropertyValueCollection GetPropertyValues (SettingsContext context, in GetPropertyValues() method in MonoTests.System.Configuration.ProviderPoker
66 return base.GetPropertyValues (context, properties); in GetPropertyValues()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Lint/
H A DCheckConditions.cs37 .SelectMany(p => LintExts.GetPropertyValues(trait, p, emitError)); in Run()
45 .SelectMany(f => LintExts.GetPropertyValues(trait, f, emitError)); in Run()
H A DLintExts.cs42 …public static IEnumerable<string> GetPropertyValues(object ruleInfo, PropertyInfo propertyInfo, Ac… in GetPropertyValues() method in OpenRA.Mods.Common.Lint.LintExts
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/inspector/
H A DInspectorTextPanel.cxx58 static bool GetPropertyValues(const OUString& rPropName, const uno::Any& rAny, OUString& rString) in GetPropertyValues() function
110 || GetPropertyValues(rName, rCurrent.aValue, sPairValue))) in FillBox_Impl()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DSettingsProvider.cs11 …public abstract SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, Setting… in GetPropertyValues() method in System.Configuration.SettingsProvider
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DSettingsProvider.cs18 …public abstract SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, Setting… in GetPropertyValues() method in System.Configuration.SettingsProvider
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/System.Web.ClientServices.Providers/
H A DClientSettingsProvider.cs75 …public override SettingsPropertyValueCollection GetPropertyValues (SettingsContext context, Settin… in GetPropertyValues() method in System.Web.ClientServices.Providers.ClientSettingsProvider
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/propgrid/
H A Dtests.cpp122 …wxVariant values = m_pPropGridManager->GetPropertyValues(wxT("list"), wxNullProperty, wxPG_INC_ATT… in OnDumpList()
560 RT_START_TEST(GetPropertyValues) in RunTests()
568 wxVariant values = page->GetPropertyValues(); in RunTests()
925 RT_START_TEST(GetPropertyValues) in RunTests()
928 pg1_values = page1->GetPropertyValues(wxT("Page1"),NULL,wxPG_KEEP_STRUCTURE); in RunTests()
930 pg2_values = page2->GetPropertyValues(wxT("Page2"),NULL,wxPG_KEEP_STRUCTURE); in RunTests()
932 pg3_values = page3->GetPropertyValues(wxT("Page3"),NULL,wxPG_KEEP_STRUCTURE); in RunTests()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/propgrid/
H A Dtests.cpp122 …wxVariant values = m_pPropGridManager->GetPropertyValues(wxT("list"), wxNullProperty, wxPG_INC_ATT… in OnDumpList()
560 RT_START_TEST(GetPropertyValues) in RunTests()
568 wxVariant values = page->GetPropertyValues(); in RunTests()
925 RT_START_TEST(GetPropertyValues) in RunTests()
928 pg1_values = page1->GetPropertyValues(wxT("Page1"),NULL,wxPG_KEEP_STRUCTURE); in RunTests()
930 pg2_values = page2->GetPropertyValues(wxT("Page2"),NULL,wxPG_KEEP_STRUCTURE); in RunTests()
932 pg3_values = page3->GetPropertyValues(wxT("Page3"),NULL,wxPG_KEEP_STRUCTURE); in RunTests()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/
H A DValidator.cs462 var properties = GetPropertyValues(instance, validationContext); in GetObjectPropertyValidationErrors()
510 …private static ICollection<KeyValuePair<ValidationContext, object>> GetPropertyValues(object insta… in GetPropertyValues() method in System.ComponentModel.DataAnnotations.Validator
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DFileCache.h52 …const std::vector<std::string> GetPropertyValues(XFILE::FileProperty type, const std::string& name…
H A DIFile.h123 …virtual const std::vector<std::string> GetPropertyValues(XFILE::FileProperty type, const std::stri…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ComponentModel.DataAnnotations/DataAnnotations/
H A DValidator.cs388 …ICollection<KeyValuePair<ValidationContext, object>> properties = GetPropertyValues(instance, vali… in GetObjectPropertyValidationErrors()
427 …private static ICollection<KeyValuePair<ValidationContext, object>> GetPropertyValues(object insta… in GetPropertyValues() method in System.ComponentModel.DataAnnotations.Validator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/
H A DBasePropertyDescriptor.cs582 ICollection GetPropertyValues(ITypeDescriptorContext typeDescriptorContext); in GetPropertyValues() method
605 values = valuesProvider.GetPropertyValues(context); in GetStandardValues()
711 values = valuesProvider.GetPropertyValues(context); in GetStandardValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Common/
H A DBasePropertyDescriptor.cs583 ICollection GetPropertyValues(ITypeDescriptorContext typeDescriptorContext); in GetPropertyValues() method
606 values = valuesProvider.GetPropertyValues(context); in GetStandardValues()
712 values = valuesProvider.GetPropertyValues(context); in GetStandardValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DNumberingManager.cxx178 uno::Sequence< beans::PropertyValue > vPropVals = PropertyMap::GetPropertyValues(); in GetCharStyleProperties()
294 …uno::Sequence< beans::PropertyValue > aParaProps = m_pParaStyle->pProperties->GetPropertyValues( ); in AddParaProperties()
382 uno::Sequence<uno::Sequence<beans::PropertyValue>> AbstractListDef::GetPropertyValues(bool bDefault… in GetPropertyValues() function in writerfilter::dmapper::AbstractListDef
446 = m_pAbstractDef->GetPropertyValues(/*bDefaults=*/true); in GetMergedPropertyValues()
450 = AbstractListDef::GetPropertyValues(/*bDefaults=*/false); in GetMergedPropertyValues()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DNumberingManager.cxx172 uno::Sequence< beans::PropertyValue > vPropVals = PropertyMap::GetPropertyValues(); in GetCharStyleProperties()
283 …uno::Sequence< beans::PropertyValue > aParaProps = m_pParaStyle->pProperties->GetPropertyValues( ); in AddParaProperties()
368 uno::Sequence<uno::Sequence<beans::PropertyValue>> AbstractListDef::GetPropertyValues(bool bDefault… in GetPropertyValues() function in writerfilter::dmapper::AbstractListDef
430 = m_pAbstractDef->GetPropertyValues(/*bDefaults=*/true); in GetMergedPropertyValues()
434 = AbstractListDef::GetPropertyValues(/*bDefaults=*/false); in GetMergedPropertyValues()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/propgrid/
H A Dtests.cpp119 …wxVariant values = m_pPropGridManager->GetPropertyValues("list", wxNullProperty, wxPG_INC_ATTRIBUT… in OnDumpList()
560 RT_START_TEST(GetPropertyValues) in RunTests()
568 wxVariant values = page->GetPropertyValues(); in RunTests()
1130 RT_START_TEST(GetPropertyValues) in RunTests()
1133 pg1_values = page1->GetPropertyValues("Page1",NULL,wxPG_KEEP_STRUCTURE); in RunTests()
1135 pg2_values = page2->GetPropertyValues("Page2",NULL,wxPG_KEEP_STRUCTURE); in RunTests()
1137 pg3_values = page3->GetPropertyValues("Page3",NULL,wxPG_KEEP_STRUCTURE); in RunTests()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/Test/System.Configuration.Provider/
H A DProviderCollectionTest.cs41 public override SettingsPropertyValueCollection GetPropertyValues (SettingsContext context, in GetPropertyValues() method in MonoTests.System.Configuration.TestProvider

123456