Skip to content

Commit 17b9d80

Browse files
committed
Update documentation
1 parent 2d75ce3 commit 17b9d80

File tree

530 files changed

+1960
-1663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

530 files changed

+1960
-1663
lines changed

BionicCode.Net/BionicCode.Utilities.Net.Core.Wpf/BionicCode.Utilities.Net.Core.Wpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Copyright>2020</Copyright>
1616
<RepositoryUrl>https://github.com/BionicCode/BionicCode.Net.git</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
18-
<PackageReleaseNotes>d TextControl to highlight custom text ranges. Added missing documentation. Added feature to control modality of MVVM dialog behavior and control property whether user can close the dialog window or not.
18+
<PackageReleaseNotes>Added TextControl attached behavior to highlight custom text ranges. Added missing documentation. Added feature to control modality of MVVM dialog behavior and control property whether user can close the dialog window or not.
1919

2020
---------------------------------------------------------
2121
For bug reports or feature requests please visit the project home on GutHub (follow the "Project Site" link on the right) and then open an issue (open the "issue" tab, click "New Issue" and select the appropriate template) or send a mail to [email protected]. Thank you very much.</PackageReleaseNotes>

BionicCode.Net/BionicCode.Utilities.Net.Core.Wpf/BionicCode.Utilities.Net.Core.Wpf.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BionicCode.Net/BionicCode.Utilities.Net.Standard/BionicCode.Utilities.Net.Standard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageIcon>BionicCode_Logo.png</PackageIcon>
1515
<PackageTags>ViewModel BaseViewModel Base View Model Profiler Profiling Measure Measuring View Model ViewModel ExtensionMethods EventAggregator Aggregator Event MVVM NullObject NullObjectFactory Factory IFatory ValueChangedEventArgs AutoResetStream Stream PropertyValueChangedArgs FileExtension FileExtensions PropertyValueChanged</PackageTags>
1616
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
17-
<Version>1.0.3</Version>
17+
<Version>1.0.4</Version>
1818
<RepositoryUrl>https://github.com/BionicCode/BionicCode.Net.git</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<PackageReleaseNotes>Successor of legacy 'BionicUtilities.Net' package and library. 'BionicUtilities.Net' will no longer be maintained (except bug fixes).

BionicCode.Net/BionicCode.Utilities.Net.Standard/BionicCode.Utilities.Net.Standard.xml

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation/BionicCode.Utilities.Net.Core.Wpf.xml

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,11 +1314,6 @@
13141314
Event to signal that the interaction with the dialog is completed.
13151315
</summary>
13161316
</member>
1317-
<member name="P:BionicCode.Utilities.Net.Core.Wpf.Dialog.DialogViewModel.IsClosable">
1318-
<summary>
1319-
Controls whether the user is allowed to close the dialog Window.
1320-
</summary>
1321-
</member>
13221317
<member name="P:BionicCode.Utilities.Net.Core.Wpf.Dialog.DialogViewModel.Message">
13231318
<summary>
13241319
The message for the dialog to show to the user.
@@ -1363,11 +1358,6 @@
13631358
Event to signal that the interaction with the dialog is completed.
13641359
</summary>
13651360
</member>
1366-
<member name="P:BionicCode.Utilities.Net.Core.Wpf.Dialog.IDialogViewModel.IsClosable">
1367-
<summary>
1368-
Controls whether the user is allowed to close the dialog Window.
1369-
</summary>
1370-
</member>
13711361
<member name="P:BionicCode.Utilities.Net.Core.Wpf.Dialog.IDialogViewModel.Message">
13721362
<summary>
13731363
The message for the dialog to show to the user.
@@ -1475,13 +1465,22 @@
14751465
</markup>
14761466
</returns>
14771467
</member>
1478-
<member name="M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualChildElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)">
1468+
<member name="M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualChildElementByName``1(System.Windows.DependencyObject,System.String,``0@)">
14791469
<summary>
14801470
Traverses the visual tree towards the leafs until an element with a matching element name is found.
14811471
</summary>
14821472
<param name="parent"></param>
14831473
<param name="childElementName">The name the visual child's name must match.</param>
14841474
<param name="resultElement">The found element or <c>null</c> if no matching element was found.</param>
1475+
<typeparam name="TChild">
1476+
<markup>
1477+
<include item="SMCMissingParamTag">
1478+
<parameter>typeparam</parameter>
1479+
<parameter>TChild</parameter>
1480+
<parameter>M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualChildElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
1481+
</include>
1482+
</markup>
1483+
</typeparam>
14851484
<returns>
14861485
<c>true</c> when an element with the specified <paramref name="childElementName" /> was found, otherwise <c>false</c>.</returns>
14871486
</member>
@@ -1517,7 +1516,7 @@
15171516
</markup>
15181517
</returns>
15191518
</member>
1520-
<member name="M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)">
1519+
<member name="M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)">
15211520
<summary>
15221521
Traverses the visual tree towards the root until an element with a matching element type is found.
15231522
</summary>
@@ -1526,7 +1525,7 @@
15261525
<include item="SMCMissingParamTag">
15271526
<parameter>param</parameter>
15281527
<parameter>child</parameter>
1529-
<parameter>M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)</parameter>
1528+
<parameter>M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
15301529
</include>
15311530
</markup>
15321531
</param>
@@ -1536,15 +1535,24 @@
15361535
<include item="SMCMissingParamTag">
15371536
<parameter>param</parameter>
15381537
<parameter>resultElement</parameter>
1539-
<parameter>M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)</parameter>
1538+
<parameter>M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
15401539
</include>
15411540
</markup>
15421541
</param>
1542+
<typeparam name="TChild">
1543+
<markup>
1544+
<include item="SMCMissingParamTag">
1545+
<parameter>typeparam</parameter>
1546+
<parameter>TChild</parameter>
1547+
<parameter>M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
1548+
</include>
1549+
</markup>
1550+
</typeparam>
15431551
<returns>
15441552
<markup>
15451553
<include item="SMCMissingTag">
15461554
<parameter>returns</parameter>
1547-
<parameter>M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)</parameter>
1555+
<parameter>M:BionicCode.Utilities.Net.Core.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
15481556
</include>
15491557
</markup>
15501558
</returns>

Documentation/BionicCode.Utilities.Net.Framework.Wpf.xml

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,11 +1314,6 @@
13141314
Event to signal that the interaction with the dialog is completed.
13151315
</summary>
13161316
</member>
1317-
<member name="P:BionicCode.Utilities.Net.Framework.Wpf.Dialog.DialogViewModel.IsClosable">
1318-
<summary>
1319-
Controls whether the user is allowed to close the dialog Window.
1320-
</summary>
1321-
</member>
13221317
<member name="P:BionicCode.Utilities.Net.Framework.Wpf.Dialog.DialogViewModel.Message">
13231318
<summary>
13241319
The message for the dialog to show to the user.
@@ -1363,11 +1358,6 @@
13631358
Event to signal that the interaction with the dialog is completed.
13641359
</summary>
13651360
</member>
1366-
<member name="P:BionicCode.Utilities.Net.Framework.Wpf.Dialog.IDialogViewModel.IsClosable">
1367-
<summary>
1368-
Controls whether the user is allowed to close the dialog Window.
1369-
</summary>
1370-
</member>
13711361
<member name="P:BionicCode.Utilities.Net.Framework.Wpf.Dialog.IDialogViewModel.Message">
13721362
<summary>
13731363
The message for the dialog to show to the user.
@@ -1475,13 +1465,22 @@
14751465
</markup>
14761466
</returns>
14771467
</member>
1478-
<member name="M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualChildElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)">
1468+
<member name="M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualChildElementByName``1(System.Windows.DependencyObject,System.String,``0@)">
14791469
<summary>
14801470
Traverses the visual tree towards the leafs until an element with a matching element name is found.
14811471
</summary>
14821472
<param name="parent"></param>
14831473
<param name="childElementName">The name the visual child's name must match.</param>
14841474
<param name="resultElement">The found element or <c>null</c> if no matching element was found.</param>
1475+
<typeparam name="TChild">
1476+
<markup>
1477+
<include item="SMCMissingParamTag">
1478+
<parameter>typeparam</parameter>
1479+
<parameter>TChild</parameter>
1480+
<parameter>M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualChildElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
1481+
</include>
1482+
</markup>
1483+
</typeparam>
14851484
<returns>
14861485
<c>true</c> when an element with the specified <paramref name="childElementName" /> was found, otherwise <c>false</c>.</returns>
14871486
</member>
@@ -1517,7 +1516,7 @@
15171516
</markup>
15181517
</returns>
15191518
</member>
1520-
<member name="M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)">
1519+
<member name="M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)">
15211520
<summary>
15221521
Traverses the visual tree towards the root until an element with a matching element type is found.
15231522
</summary>
@@ -1526,7 +1525,7 @@
15261525
<include item="SMCMissingParamTag">
15271526
<parameter>param</parameter>
15281527
<parameter>child</parameter>
1529-
<parameter>M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)</parameter>
1528+
<parameter>M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
15301529
</include>
15311530
</markup>
15321531
</param>
@@ -1536,15 +1535,24 @@
15361535
<include item="SMCMissingParamTag">
15371536
<parameter>param</parameter>
15381537
<parameter>resultElement</parameter>
1539-
<parameter>M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)</parameter>
1538+
<parameter>M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
15401539
</include>
15411540
</markup>
15421541
</param>
1542+
<typeparam name="TChild">
1543+
<markup>
1544+
<include item="SMCMissingParamTag">
1545+
<parameter>typeparam</parameter>
1546+
<parameter>TChild</parameter>
1547+
<parameter>M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
1548+
</include>
1549+
</markup>
1550+
</typeparam>
15431551
<returns>
15441552
<markup>
15451553
<include item="SMCMissingTag">
15461554
<parameter>returns</parameter>
1547-
<parameter>M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName(System.Windows.DependencyObject,System.String,System.Windows.FrameworkElement@)</parameter>
1555+
<parameter>M:BionicCode.Utilities.Net.Framework.Wpf.Extensions.HelperExtensions.TryFindVisualParentElementByName``1(System.Windows.DependencyObject,System.String,``0@)</parameter>
15481556
</include>
15491557
</markup>
15501558
</returns>

0 commit comments

Comments
 (0)