From ac33a4297b4459e8f78b2f4bcc9322278ffcfa2f Mon Sep 17 00:00:00 2001 From: jwmsft Date: Tue, 25 Jun 2019 10:37:26 -0700 Subject: [PATCH 01/10] Add namespace descriptions, class remarks --- xml/Windows.Foundation/Point.xml | 121 +++++++-- xml/Windows.Foundation/Rect.xml | 250 +++++++++++++++--- xml/Windows.Foundation/Size.xml | 129 +++++++-- xml/ns-Windows.Foundation.xml | 11 +- xml/ns-Windows.UI.Xaml.Automation.xml | 11 +- ...ns-Windows.UI.Xaml.Controls.Primitives.xml | 11 +- xml/ns-Windows.UI.Xaml.Markup.xml | 11 +- xml/ns-Windows.UI.Xaml.Media.Animation.xml | 11 +- xml/ns-Windows.UI.Xaml.Media.Media3D.xml | 11 +- xml/ns-Windows.UI.Xaml.Media.xml | 11 +- xml/ns-Windows.UI.Xaml.xml | 11 +- xml/ns-Windows.UI.xml | 11 +- 12 files changed, 506 insertions(+), 93 deletions(-) diff --git a/xml/Windows.Foundation/Point.xml b/xml/Windows.Foundation/Point.xml index 53c29634dd9..391327044b8 100644 --- a/xml/Windows.Foundation/Point.xml +++ b/xml/Windows.Foundation/Point.xml @@ -25,7 +25,19 @@ Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages. - To be added. + + + @@ -49,7 +61,14 @@ The x-coordinate value of the struct. The y-coordinate value of the struct. Initializes a struct that contains the specified values. - To be added. + + + @@ -79,9 +98,17 @@ The object to compare. Determines whether the specified object is a and whether it contains the same values as this . - - if is a and contains the same and values as this ; otherwise, . - To be added. + if is a and contains the same and values as this ; otherwise, . + + + @@ -106,8 +133,7 @@ The point to compare to this instance. Compares two structs for equality. - - if both structs contain the same and values; otherwise, . + if both structs contain the same and values; otherwise, . To be added. @@ -136,7 +162,16 @@ Returns the hash code for this . The hash code for this struct. - To be added. + + + @@ -163,9 +198,17 @@ The first struct to compare. The second struct to compare. Compares two structs for equality. - - if both the and values of and are equal; otherwise, . - To be added. + if both the and values of and are equal; otherwise, . + + + @@ -192,9 +235,17 @@ The first point to compare. The second point to compare. Compares two structs for inequality - - if and have different or values; false if and have the same and values. - To be added. + if and have different or values; false if and have the same and values. + + + @@ -229,7 +280,14 @@ An object that provides formatting information for the value, or to obtain the numeric format information from the current culture. For a description of this member, see . A string containing the value of the current instance in the specified format. - To be added. + + + @@ -257,7 +315,14 @@ Creates a representation of this . A containing the and values of this struct. - To be added. + + + @@ -305,7 +370,16 @@ Gets or sets the -coordinate value of this struct. The -coordinate value of this struct. The default value is 0. - To be added. + + + @@ -327,8 +401,17 @@ Gets or sets the -coordinate value of this . The -coordinate value of this struct. The default value is 0. - To be added. + + + - \ No newline at end of file + diff --git a/xml/Windows.Foundation/Rect.xml b/xml/Windows.Foundation/Rect.xml index 306d854c802..662eb038d7e 100644 --- a/xml/Windows.Foundation/Rect.xml +++ b/xml/Windows.Foundation/Rect.xml @@ -25,7 +25,19 @@ Describes the width, height, and point origin of a rectangle. - To be added. + + + @@ -49,7 +61,14 @@ The first point that the new rectangle must contain. The second point that the new rectangle must contain. Initializes a struct that is exactly large enough to contain the two specified points. - To be added. + + + @@ -123,7 +142,16 @@ Gets the y-axis value of the bottom of the rectangle. The y-axis value of the bottom of the rectangle. If the rectangle is empty, the value is . - To be added. + + + @@ -147,9 +175,17 @@ The point to check. Indicates whether the rectangle described by the contains the specified point. - - if the rectangle described by the contains the specified point; otherwise, . - To be added. + if the rectangle described by the contains the specified point; otherwise, . + + + @@ -171,7 +207,16 @@ Gets a special value that represents a rectangle with no position or area. The empty rectangle, which has and property values of , and has and property values of . - To be added. + + + @@ -201,9 +246,17 @@ The object to compare to the current rectangle. Indicates whether the specified object is equal to the current . - - if is a and has the same x, y, width, and height values as the current ; otherwise, . - To be added. + if is a and has the same x, y, width, and height values as the current ; otherwise, . + + + @@ -228,8 +281,7 @@ The rectangle to compare to the current rectangle. Indicates whether the specified is equal to the current . - - if the specified has the same x, y, width, and height property values as the current ; otherwise, . + if the specified has the same x, y, width, and height property values as the current ; otherwise, . To be added. @@ -258,7 +310,16 @@ Creates a hash code for the . A hash code for the current struct. - To be added. + + + @@ -280,7 +341,16 @@ Gets or sets the height of the rectangle. A value that represents the height of the rectangle. The default is 0. - To be added. + + + @@ -304,7 +374,16 @@ The rectangle to intersect with the current rectangle. Finds the intersection of the rectangle represented by the current and the rectangle represented by the specified , and stores the result as the current . - To be added. + + + @@ -325,9 +404,17 @@ Gets a value that indicates whether the rectangle is the rectangle. - - if the rectangle is the rectangle; otherwise, . - To be added. + if the rectangle is the rectangle; otherwise, . + + + @@ -349,7 +436,16 @@ Gets the x-axis value of the left side of the rectangle. The x-axis value of the left side of the rectangle. - To be added. + + + @@ -376,9 +472,17 @@ The first rectangle to compare. The second rectangle to compare. Compares two structs for equality. - - if the structs have the same x, y, width, and height property values; otherwise, . - To be added. + if the structs have the same x, y, width, and height property values; otherwise, . + + + @@ -405,9 +509,17 @@ The first rectangle to compare. The second rectangle to compare. Compares two structs for inequality. - - if the structs do not have the same x, y, width, and height property values; otherwise, . - To be added. + if the structs do not have the same x, y, width, and height property values; otherwise, . + + + @@ -429,7 +541,16 @@ Gets the x-axis value of the right side of the rectangle. The x-axis value of the right side of the rectangle. - To be added. + + + @@ -464,7 +585,14 @@ An object that provides formatting information, or to obtain the numeric format information from the current culture. For a description of this member, see . A string containing the value of the current instance in the specified format. - To be added. + + + @@ -486,7 +614,16 @@ Gets the y-axis position of the top of the rectangle. The y-axis position of the top of the rectangle. - To be added. + + + @@ -514,7 +651,16 @@ Returns a string representation of the struct. A string representation of the current struct. The string has the following form: ",,,". - To be added. + + + @@ -564,7 +710,16 @@ The point to include. Expands the rectangle represented by the current exactly enough to contain the specified point. - To be added. + + + @@ -610,7 +765,16 @@ Gets or sets the width of the rectangle. A value that represents the width of the rectangle in pixels. The default is 0. - To be added. + + + Specified a value less than 0. @@ -633,7 +797,16 @@ Gets or sets the x-axis value of the left side of the rectangle. The x-axis value of the left side of the rectangle. This value is interpreted as pixels within the coordinate space. - To be added. + + + @@ -655,8 +828,17 @@ Gets or sets the y-axis value of the top side of the rectangle. The y-axis value of the top side of the rectangle. This value is interpreted as pixels within the coordinate space.. - To be added. + + + - \ No newline at end of file + diff --git a/xml/Windows.Foundation/Size.xml b/xml/Windows.Foundation/Size.xml index 10541b71d5e..ecabb4ab97f 100644 --- a/xml/Windows.Foundation/Size.xml +++ b/xml/Windows.Foundation/Size.xml @@ -21,7 +21,19 @@ Describes the width and height of an object. - To be added. + + + @@ -45,7 +57,14 @@ The initial width of the instance of . The initial height of the instance of . Initializes a new instance of the struct and assigns it an initial width and height. - To be added. + + + or are less than 0. @@ -69,7 +88,16 @@ Gets a value that represents an empty . An empty instance of . - To be added. + + + @@ -99,9 +127,17 @@ The object to compare. Compares an object to an instance of for equality. - - if is a value and the sizes of the two objects are equal; otherwise, . - To be added. + if is a value and the sizes of the two objects are equal; otherwise, . + + + @@ -126,8 +162,7 @@ The size to compare to this current instance of . Compares a value to an instance of for equality. - - if the instances of are equal; otherwise, . + if the instances of are equal; otherwise, . To be added. @@ -156,7 +191,14 @@ Gets the hash code for this instance of . The hash code for this instance of . - To be added. + + + @@ -178,7 +220,14 @@ Gets or sets the height of this instance of . The of this instance of , in pixels. The default is 0. The value cannot be negative. - To be added. + + + Specified a value less than 0. @@ -200,9 +249,17 @@ Gets a value that indicates whether this instance of is . - - if this instance of size is ; otherwise, . - To be added. + if this instance of size is ; otherwise, . + + + @@ -229,9 +286,15 @@ The first instance of to compare. The second instance of to compare. Compares two instances of for equality. - - if the two instances of are equal; otherwise, . - To be added. + if the two instances of are equal; otherwise, . + + + @@ -258,9 +321,15 @@ The first instance of to compare. The second instance of to compare. Compares two instances of for inequality. - - if the instances of are not equal; otherwise, . - To be added. + if the instances of are not equal; otherwise, . + + + @@ -288,7 +357,16 @@ Returns a string representation of this . A string representation of this . - To be added. + + + @@ -310,9 +388,16 @@ Gets or sets the width of this instance of . The of this instance of , in pixels. The default value is 0. The value cannot be negative. - To be added. + + + Specified a value less than 0. - \ No newline at end of file + diff --git a/xml/ns-Windows.Foundation.xml b/xml/ns-Windows.Foundation.xml index 68ee493f7de..4773c478b02 100644 --- a/xml/ns-Windows.Foundation.xml +++ b/xml/ns-Windows.Foundation.xml @@ -1,6 +1,13 @@ - To be added. - To be added. + Enables fundamental Windows Runtime functionality. + + + diff --git a/xml/ns-Windows.UI.Xaml.Automation.xml b/xml/ns-Windows.UI.Xaml.Automation.xml index 295d05c8103..7888cabe926 100644 --- a/xml/ns-Windows.UI.Xaml.Automation.xml +++ b/xml/ns-Windows.UI.Xaml.Automation.xml @@ -1,6 +1,13 @@ - To be added. - To be added. + Defines the support types for Microsoft UI Automation infrastructure. These support types are for implementing Microsoft UI Automation support for a custom control. + + + diff --git a/xml/ns-Windows.UI.Xaml.Controls.Primitives.xml b/xml/ns-Windows.UI.Xaml.Controls.Primitives.xml index bb85613c3d4..c79a368f080 100644 --- a/xml/ns-Windows.UI.Xaml.Controls.Primitives.xml +++ b/xml/ns-Windows.UI.Xaml.Controls.Primitives.xml @@ -1,6 +1,13 @@ - To be added. - To be added. + Defines classes that represent the component parts of UI controls, or otherwise support the control composition model. Also defines interfaces for control patterns such as snapping and selection. + + + diff --git a/xml/ns-Windows.UI.Xaml.Markup.xml b/xml/ns-Windows.UI.Xaml.Markup.xml index dc20fa37fc8..2b61293f20a 100644 --- a/xml/ns-Windows.UI.Xaml.Markup.xml +++ b/xml/ns-Windows.UI.Xaml.Markup.xml @@ -1,6 +1,13 @@ - To be added. - To be added. + Provides XAML language support API for UWP apps and the Windows Runtime. + + + diff --git a/xml/ns-Windows.UI.Xaml.Media.Animation.xml b/xml/ns-Windows.UI.Xaml.Media.Animation.xml index adcb50e2888..b50c358defa 100644 --- a/xml/ns-Windows.UI.Xaml.Media.Animation.xml +++ b/xml/ns-Windows.UI.Xaml.Media.Animation.xml @@ -1,6 +1,13 @@ - To be added. - To be added. + Provides animation and storyboard API for transition animations, visual states, or animated UI components. + + + diff --git a/xml/ns-Windows.UI.Xaml.Media.Media3D.xml b/xml/ns-Windows.UI.Xaml.Media.Media3D.xml index 464a4ce5307..9c22938d589 100644 --- a/xml/ns-Windows.UI.Xaml.Media.Media3D.xml +++ b/xml/ns-Windows.UI.Xaml.Media.Media3D.xml @@ -1,6 +1,13 @@ - To be added. - To be added. + Contains types that support matrix/perspective transformation. + + + diff --git a/xml/ns-Windows.UI.Xaml.Media.xml b/xml/ns-Windows.UI.Xaml.Media.xml index cffcc5fd4e8..b04ed81aaa8 100644 --- a/xml/ns-Windows.UI.Xaml.Media.xml +++ b/xml/ns-Windows.UI.Xaml.Media.xml @@ -1,6 +1,13 @@ - To be added. - To be added. + Provides basic media support, graphics primitives, and brush-drawing API. + + + diff --git a/xml/ns-Windows.UI.Xaml.xml b/xml/ns-Windows.UI.Xaml.xml index 05046c26d6e..26604b4bb6c 100644 --- a/xml/ns-Windows.UI.Xaml.xml +++ b/xml/ns-Windows.UI.Xaml.xml @@ -1,6 +1,13 @@ - To be added. - To be added. + Provides general framework APIs and application model APIs, and a variety of support classes that are commonly used by many different feature areas. + + + diff --git a/xml/ns-Windows.UI.xml b/xml/ns-Windows.UI.xml index 123fe957489..4df92960acf 100644 --- a/xml/ns-Windows.UI.xml +++ b/xml/ns-Windows.UI.xml @@ -1,6 +1,13 @@ - To be added. - To be added. + Provides an app with access to core system functionality and run-time information about its UI. + + + From d3c6cf1815f4ea964c7d76141a56948074d1e17a Mon Sep 17 00:00:00 2001 From: jwmsft Date: Tue, 25 Jun 2019 12:49:04 -0700 Subject: [PATCH 02/10] Add remarks --- .../GeneratorPosition.xml | 90 +++++- .../KeyTime.xml | 86 +++++- .../RepeatBehavior.xml | 131 ++++++++- .../RepeatBehaviorType.xml | 9 +- .../Matrix3D.xml | 257 ++++++++++++++++-- xml/Windows.UI.Xaml.Media/Matrix.xml | 164 +++++++++-- xml/Windows.UI.Xaml/CornerRadius.xml | 104 ++++++- xml/Windows.UI.Xaml/Duration.xml | 196 +++++++++++-- xml/Windows.UI.Xaml/DurationType.xml | 9 +- xml/Windows.UI.Xaml/GridLength.xml | 131 ++++++++- xml/Windows.UI.Xaml/GridUnitType.xml | 9 +- xml/Windows.UI.Xaml/Thickness.xml | 104 ++++++- xml/Windows.UI/Color.xml | 123 ++++++++- 13 files changed, 1263 insertions(+), 150 deletions(-) diff --git a/xml/Windows.UI.Xaml.Controls.Primitives/GeneratorPosition.xml b/xml/Windows.UI.Xaml.Controls.Primitives/GeneratorPosition.xml index 65f90a31c35..a204b667898 100644 --- a/xml/Windows.UI.Xaml.Controls.Primitives/GeneratorPosition.xml +++ b/xml/Windows.UI.Xaml.Controls.Primitives/GeneratorPosition.xml @@ -21,7 +21,19 @@ Describes the position of an item that is managed by . - To be added. + + + @@ -45,7 +57,14 @@ An index that is relative to the generated (realized) items. -1 is a special value that refers to a fictitious item at the beginning or the end of the items list. An offset that is relative to the ungenerated (unrealized) items near the indexed item. An offset of 0 refers to the indexed element itself, an offset of 1 refers to the next ungenerated (unrealized) item, and an offset of -1 refers to the previous item. Initializes a new instance of with the specified index and offset. - To be added. + + + @@ -77,7 +96,14 @@ Compares the specified instance and the current instance of for value equality. if and this instance of have the same values. - To be added. + + + @@ -105,7 +131,14 @@ Returns the hash code for this . The hash code for this . - To be added. + + + @@ -127,7 +160,16 @@ Gets or sets the index that is relative to the generated (realized) items. The index that is relative to the generated (realized) items. - To be added. + + + @@ -149,7 +191,16 @@ Gets or sets the offset that is relative to the ungenerated (unrealized) items near the indexed item. The offset that is relative to the ungenerated (unrealized) items near the indexed item. - To be added. + + + @@ -178,7 +229,14 @@ Compares two objects for value equality. if the two objects are equal; otherwise, . - To be added. + + + @@ -207,7 +265,14 @@ Compares two objects for value inequality. if the values are not equal; otherwise, . - To be added. + + + @@ -235,7 +300,14 @@ Returns a string representation of this instance of . A string representation of this instance of . - To be added. + + + diff --git a/xml/Windows.UI.Xaml.Media.Animation/KeyTime.xml b/xml/Windows.UI.Xaml.Media.Animation/KeyTime.xml index ac9c53d0597..6e6838214bf 100644 --- a/xml/Windows.UI.Xaml.Media.Animation/KeyTime.xml +++ b/xml/Windows.UI.Xaml.Media.Animation/KeyTime.xml @@ -21,7 +21,19 @@ Specifies when a particular key frame should take place during an animation. - To be added. + + + @@ -53,7 +65,14 @@ Indicates whether a is equal to this . if is a that represents the same length of time as this ; otherwise, . - To be added. + + + @@ -134,7 +153,14 @@ The value of the new . Creates a new , using the supplied . A new , initialized to the value of . - To be added. + + + The specified is outside the allowed range. @@ -163,7 +189,14 @@ Returns a hash code representing this . A hash code. - To be added. + + + @@ -192,7 +225,14 @@ Compares two values for equality. if and are equal; otherwise, . - To be added. + + + @@ -217,7 +257,14 @@ The value to convert. Implicitly converts a to a . The created . - To be added. + + + @@ -246,7 +293,14 @@ Compares two values for inequality. if and are not equal; otherwise, false. - To be added. + + + @@ -268,7 +322,14 @@ Gets the time when the key frame ends, expressed as a time relative to the beginning of the animation. The time when the key frame ends, expressed as a time relative to the beginning of the animation. - To be added. + + + @@ -296,7 +357,14 @@ Returns a string representation of this . A string representation of this . - To be added. + + + diff --git a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml index 2db0cbaf1bf..c45b87e7a68 100644 --- a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml +++ b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml @@ -25,7 +25,19 @@ Describes how a repeats its simple duration. - To be added. + + + @@ -47,7 +59,14 @@ A number greater than or equal to 0 that specifies the number of iterations for an animation. Initializes a new instance of the struct with the specified iteration count. - To be added. + + + evaluates to infinity, a value that is not a number, or is negative. @@ -95,7 +114,14 @@ Gets the number of times a Windows.UI.Xaml.Media.Animation.Timeline should repeat. The number of iterations to repeat. - To be added. + + + This describes a repeat duration, not an iteration count. @@ -118,7 +144,14 @@ Gets the total length of time a Windows.UI.Xaml.Media.Animation.Timeline should play. The total length of time a timeline should play. - To be added. + + + This describes an iteration count, not a repeat duration. @@ -151,7 +184,14 @@ Indicates whether the specified object is equal to this . if is a that represents the same repeat behavior as this ; otherwise, . - To be added. + + + @@ -228,7 +268,14 @@ Gets a that specifies an infinite number of repetitions. A that specifies an infinite number of repetitions. - To be added. + + + @@ -256,7 +303,14 @@ Returns the hash code of this instance. A hash code. - To be added. + + + @@ -279,7 +333,14 @@ Gets a value that indicates whether the repeat behavior has a specified iteration count. if the instance represents an iteration count; otherwise, . - To be added. + + + @@ -302,7 +363,14 @@ Gets a value that indicates whether the repeat behavior has a specified repeat duration. if the instance represents a repeat duration; otherwise, . - To be added. + + + @@ -331,7 +399,14 @@ Indicates whether the two specified values are equal. if both the type and repeat behavior of are equal to that of ; otherwise, . - To be added. + + + @@ -360,7 +435,14 @@ Indicates whether the two specified values are not equal. if and are different types or the repeat behavior properties are not equal; otherwise, . - To be added. + + + @@ -395,7 +477,14 @@ An object that provides formatting information for value, or to obtain the numeric format information from the current culture. For a description of this member, see . A string containing the value of the current instance in the specified format. - To be added. + + + @@ -423,7 +512,14 @@ Returns a string representation of this . A string representation of this . - To be added. + + + @@ -471,7 +567,14 @@ Gets or sets one of the values that describes the way behavior repeats. The type of repeat behavior. - To be added. + + + diff --git a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehaviorType.xml b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehaviorType.xml index ae0e2118f04..77d5a59c30c 100644 --- a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehaviorType.xml +++ b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehaviorType.xml @@ -20,7 +20,14 @@ Specifies the repeat mode that a raw value represents. - To be added. + + + diff --git a/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml b/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml index 1bd87c4ce3d..d3e449fb595 100644 --- a/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml +++ b/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml @@ -25,7 +25,19 @@ Represents a 4 × 4 matrix that is used for transformations in a three-dimensional (3-D) space. - To be added. + + + @@ -77,7 +89,14 @@ The value of the Z offset field of the new matrix. The value of the (4,4) field of the new matrix. Initializes a new instance of the class. - To be added. + + + @@ -109,7 +128,14 @@ Tests for equality between two matrices. if the matrices are equal; otherwise, . - To be added. + + + @@ -164,7 +190,14 @@ Returns the hash code for this matrix. The hash code for this matrix. - To be added. + + + @@ -187,7 +220,14 @@ Gets a value that indicates whether this is invertible. if the has an inverse; otherwise, false. The default value is true. - To be added. + + + @@ -209,7 +249,14 @@ Changes a struct into an identity . The identity . - To be added. + + + @@ -231,7 +278,14 @@ Inverts this struct. - To be added. + + + The matrix is not invertible. @@ -255,7 +309,14 @@ Determines whether this struct is an identity . if the is an identity ; otherwise, false. The default value is true. - To be added. + + + @@ -277,7 +338,14 @@ Gets or sets the value of the first row and first column of this . The value of the first row and first column of this struct. - To be added. + + + @@ -299,7 +367,14 @@ Gets or sets the value of the first row and second column of this . The value of the first row and second column of this . - To be added. + + + @@ -321,7 +396,14 @@ Gets or sets the value of the first row and third column of this . The value of the first row and third column of this . - To be added. + + + @@ -343,7 +425,14 @@ Gets or sets the value of the first row and fourth column of this . The value of the first row and fourth column of this . - To be added. + + + @@ -365,7 +454,14 @@ Gets or sets the value of the second row and first column of this . The value of the second row and first column of this . - To be added. + + + @@ -387,7 +483,14 @@ Gets or sets the value of the second row and second column of this . The value of the second row and second column of this . - To be added. + + + @@ -409,7 +512,14 @@ Gets or sets the value of the second row and third column of this . The value of the second row and third column of this . - To be added. + + + @@ -431,7 +541,14 @@ Gets or sets the value of the second row and fourth column of this . The value of the second row and fourth column of this . - To be added. + + + @@ -453,7 +570,14 @@ Gets or sets the value of the third row and first column of this . The value of the third row and first column of this . - To be added. + + + @@ -475,7 +599,14 @@ Gets or sets the value of the third row and second column of this . The value of the third row and second column of this . - To be added. + + + @@ -497,7 +628,14 @@ Gets or sets the value of the third row and third column of this . The value of the third row and third column of this . - To be added. + + + @@ -519,7 +657,14 @@ Gets or sets the value of the third row and fourth column of this . The value of the third row and fourth column of this . - To be added. + + + @@ -541,7 +686,14 @@ Gets or sets the value of the fourth row and fourth column of this . The value of the fourth row and fourth column of this . - To be added. + + + @@ -563,7 +715,14 @@ Gets or sets the value of the fourth row and first column of this . The value of the fourth row and first column of this . - To be added. + + + @@ -585,7 +744,14 @@ Gets or sets the value of the fourth row and second column of this . The value of the fourth row and second column of this . - To be added. + + + @@ -607,7 +773,14 @@ Gets or sets the value of the fourth row and third column of this . The value of the fourth row and third column of this . - To be added. + + + @@ -636,7 +809,14 @@ Compares two instances for equality. if the matrices are equal; otherwise, . - To be added. + + + @@ -665,7 +845,14 @@ Compares two instances for inequality. if the matrices are different; otherwise, . - To be added. + + + @@ -693,7 +880,14 @@ The matrix by which the first matrix is multiplied. Multiplies the specified matrices. The that is the result of multiplication. - To be added. + + + @@ -728,7 +922,14 @@ The provider to use. For a description of this member, see . The value of the current instance in the specified format. - To be added. + + + diff --git a/xml/Windows.UI.Xaml.Media/Matrix.xml b/xml/Windows.UI.Xaml.Media/Matrix.xml index 1629c818eb5..1bd7124ce50 100644 --- a/xml/Windows.UI.Xaml.Media/Matrix.xml +++ b/xml/Windows.UI.Xaml.Media/Matrix.xml @@ -25,7 +25,19 @@ Represents a 3x3 affine transformation matrix used for transformations in two-dimensional space. - To be added. + + + @@ -57,7 +69,14 @@ The struct's coefficient. The struct's coefficient. Initializes a struct. - To be added. + + + @@ -89,7 +108,14 @@ Determines whether the specified is a struct that is identical to this . if is a struct that is identical to this struct; otherwise, . - To be added. + + + @@ -144,7 +170,14 @@ Returns the hash code for this struct. The hash code for this instance. - To be added. + + + @@ -166,7 +199,16 @@ Gets an identity matrix. An identity matrix. - To be added. + + + @@ -189,7 +231,14 @@ Gets a value that indicates whether this struct is an identity matrix. if the struct is an identity matrix; otherwise, . The default is . - To be added. + + + @@ -211,7 +260,14 @@ Gets or sets the value of the first row and first column of this struct. The value of the first row and first column of this . The default value is 1. - To be added. + + + @@ -233,7 +289,14 @@ Gets or sets the value of the first row and second column of this struct. The value of the first row and second column of this . The default value is 0. - To be added. + + + @@ -255,7 +318,14 @@ Gets or sets the value of the second row and first column of this struct. The value of the second row and first column of this . The default value is 0. - To be added. + + + @@ -277,7 +347,14 @@ Gets or sets the value of the second row and second column of this struct. The value of the second row and second column of this struct. The default value is 1. - To be added. + + + @@ -299,7 +376,14 @@ Gets or sets the value of the third row and first column of this struct. The value of the third row and first column of this struct. The default value is 0. - To be added. + + + @@ -321,7 +405,14 @@ Gets or sets the value of the third row and second column of this struct. The value of the third row and second column of this struct. The default value is 0. - To be added. + + + @@ -350,7 +441,16 @@ Determines whether the two specified structs are identical. if and are identical; otherwise, . - To be added. + + + @@ -379,7 +479,16 @@ Determines whether the two specified structs are not identical. if and are not identical; otherwise, . - To be added. + + + @@ -414,7 +523,14 @@ An object that provides formatting information, or to obtain the numeric format information from the current culture. For a description of this member, see . A string containing the value of the current instance in the specified format. - To be added. + + + @@ -442,7 +558,14 @@ Creates a representation of this struct. A containing the , , , , , and values of this . - To be added. + + + @@ -493,7 +616,14 @@ The point to transform. Transforms the specified point by the and returns the result. The result of transforming by this . - To be added. + + + diff --git a/xml/Windows.UI.Xaml/CornerRadius.xml b/xml/Windows.UI.Xaml/CornerRadius.xml index 201244f844e..20f316ed29c 100644 --- a/xml/Windows.UI.Xaml/CornerRadius.xml +++ b/xml/Windows.UI.Xaml/CornerRadius.xml @@ -21,7 +21,19 @@ Describes the characteristics of a rounded corner, such as can be applied to a . - To be added. + + + @@ -43,7 +55,14 @@ A uniform radius applied to all four properties (, , , ). Initializes a new structure, applying the same uniform radius to all its corners. - To be added. + + + @@ -93,7 +112,14 @@ Gets or sets the radius of rounding, in pixels, of the bottom left corner of the object where a is applied. The radius of rounding, in pixels, of the bottom left corner of the object where a is applied. The default is 0. - To be added. + + + @@ -115,7 +141,14 @@ Gets or sets the radius of rounding, in pixels, of the bottom right corner of the object where a is applied. The radius of rounding, in pixels, of the bottom right corner of the object where a is applied. The default is 0. - To be added. + + + @@ -147,7 +180,14 @@ Compares this struct to another object for equality. if the two objects are equal; otherwise, . - To be added. + + + @@ -201,7 +241,14 @@ Returns the hash code of the structure. A hash code for this . - To be added. + + + @@ -230,7 +277,14 @@ Compares the value of two structs for equality. if the two instances of are equal; otherwise, . - To be added. + + + @@ -259,7 +313,14 @@ Compares two structs for inequality. if the two instances of are not equal; otherwise, . - To be added. + + + @@ -281,7 +342,14 @@ Gets or sets the radius of rounding, in pixels, of the top left corner of the object where a is applied. The radius of rounding, in pixels, of the top left corner of the object where a is applied. The default is 0. - To be added. + + + @@ -303,7 +371,14 @@ Gets or sets the radius of rounding, in pixels, of the top right corner of the object where a is applied. The radius of rounding, in pixels, of the top right corner of the object where a is applied. The default is 0. - To be added. + + + @@ -331,7 +406,14 @@ Returns the string representation of the structure. A string that represents the value. - To be added. + + + diff --git a/xml/Windows.UI.Xaml/Duration.xml b/xml/Windows.UI.Xaml/Duration.xml index b68ada993df..6565486ac6b 100644 --- a/xml/Windows.UI.Xaml/Duration.xml +++ b/xml/Windows.UI.Xaml/Duration.xml @@ -21,7 +21,19 @@ Represents the duration of time that a is active. - To be added. + + + @@ -42,7 +54,14 @@ The initial time interval of this duration. Initializes a new instance of the struct with the specified value. - To be added. + + + evaluates as less than . @@ -69,7 +88,7 @@ The value of the current instance plus . Adds the value of the specified to this . If each involved has values, a that represents the combined values. Otherwise this method returns . - To be added. + @@ -91,7 +110,14 @@ Gets a value that is automatically determined. A initialized to an automatic value. - To be added. + + + @@ -119,7 +145,14 @@ The second instance of to compare. Compares one value to another. If is less than , a negative value that represents the difference. If is equal to , a value of 0. If is greater than , a positive value that represents the difference. - To be added. + + + @@ -151,7 +184,14 @@ Determines whether a specified object is equal to a . if value is equal to this ; otherwise, . - To be added. + + + @@ -228,7 +268,14 @@ Gets a value that represents an infinite interval. A initialized to a forever value. - To be added. + + + @@ -256,7 +303,14 @@ Gets a hash code for this object. The hash code identifier. - To be added. + + + @@ -279,7 +333,14 @@ Gets a value that indicates if this represents a value. if this is a value; otherwise, . - To be added. + + + @@ -307,7 +368,14 @@ The second to add. Adds two values together. If both values have values, this method returns the sum of those two values. If either value is set to , the method returns . If either value is set to , the method returns . If either or has no value, this method returns . - To be added. + + + @@ -336,7 +404,14 @@ Determines whether two cases are equal. if both values have equal property values, or if all values are ; otherwise, . - To be added. + + + @@ -365,7 +440,14 @@ Determines if one is greater than another. if both and have values and is greater than ; otherwise, . - To be added. + + + @@ -394,7 +476,14 @@ Determines whether a is greater than or equal to another. if both and have values and is greater than or equal to ; otherwise, . - To be added. + + + @@ -420,7 +509,14 @@ from which a is implicitly created. Implicitly creates a from a given . A created . - To be added. + + + evaluates as less than . @@ -451,7 +547,14 @@ Determines if two cases are not equal. if exactly one of or represent a value, or if they both represent values that are not equal; otherwise, . - To be added. + + + @@ -480,7 +583,14 @@ Determines if a is less than the value of another instance. if both and have values and is less than ; otherwise, . - To be added. + + + @@ -509,7 +619,14 @@ Determines if a is less than or equal to another. if both and have values and is less than or equal to ; otherwise, . - To be added. + + + @@ -537,7 +654,14 @@ The to subtract. Subtracts the value of one from another. If each has values, a that represents the value of minus . If has a value of and has a value of , this method returns . Otherwise this method returns . - To be added. + + + @@ -562,7 +686,14 @@ The to get. Returns the specified . The operation result. - To be added. + + + @@ -587,7 +718,14 @@ The to subtract from this . Subtracts the specified from this . The subtracted . - To be added. + + + @@ -609,7 +747,14 @@ Gets the value that this represents. The value that this represents. - To be added. + + + The does not represent a . @@ -638,7 +783,14 @@ Converts a to a representation. A representation of this . - To be added. + + + diff --git a/xml/Windows.UI.Xaml/DurationType.xml b/xml/Windows.UI.Xaml/DurationType.xml index b964f95c4cc..1605c0b2464 100644 --- a/xml/Windows.UI.Xaml/DurationType.xml +++ b/xml/Windows.UI.Xaml/DurationType.xml @@ -20,7 +20,14 @@ Specifies whether a has a special value of Automatic or Forever, or has valid information in its component. - To be added. + + + diff --git a/xml/Windows.UI.Xaml/GridLength.xml b/xml/Windows.UI.Xaml/GridLength.xml index a22bce04b82..c44d8569a31 100644 --- a/xml/Windows.UI.Xaml/GridLength.xml +++ b/xml/Windows.UI.Xaml/GridLength.xml @@ -21,7 +21,19 @@ Represents the length of elements that explicitly support unit types. - To be added. + + + @@ -43,7 +55,14 @@ The absolute count of pixels to establish as the value. Initializes a new instance of the structure using the specified absolute value in pixels. - To be added. + + + @@ -95,7 +114,14 @@ Gets an instance of that holds a value whose size is determined by the size properties of the content object. An instance of whose property is set to . - To be added. + + + @@ -127,7 +153,14 @@ Determines whether the specified object is equal to the current instance. if the specified object has the same value and as the current instance; otherwise, . - To be added. + + + @@ -153,7 +186,14 @@ Determines whether the specified is equal to the current . if the specified has the same value and as the current instance; otherwise, . - To be added. + + + @@ -181,7 +221,14 @@ Gets a hash code for the . A hash code for the . - To be added. + + + @@ -203,7 +250,14 @@ Gets the associated for the . One of the enumeration values. The default is . - To be added. + + + @@ -226,7 +280,14 @@ Gets a value that indicates whether the holds a value that is expressed in pixels. if the property is ; otherwise, . - To be added. + + + @@ -249,7 +310,14 @@ Gets a value that indicates whether the holds a value whose size is determined by the size properties of the content object. if the property is ; otherwise, . - To be added. + + + @@ -272,7 +340,14 @@ Gets a value that indicates whether the holds a value that is expressed as a weighted proportion of available space. if the property is ; otherwise, . - To be added. + + + @@ -301,7 +376,14 @@ Compares two structures for equality. if the two instances of have the same value and ; otherwise, . - To be added. + + + @@ -330,7 +412,14 @@ Compares two structures to determine if they are not equal. if the two instances of do not have the same value and ; otherwise, . - To be added. + + + @@ -358,7 +447,14 @@ Returns a representation of the . A representation of the current struct. - To be added. + + + @@ -380,7 +476,14 @@ Gets a that represents the value of the . The value of the current instance. - To be added. + + + diff --git a/xml/Windows.UI.Xaml/GridUnitType.xml b/xml/Windows.UI.Xaml/GridUnitType.xml index 1e9ea5244f9..cc481b3fe53 100644 --- a/xml/Windows.UI.Xaml/GridUnitType.xml +++ b/xml/Windows.UI.Xaml/GridUnitType.xml @@ -20,7 +20,14 @@ Describes the kind of value that a object is holding. - To be added. + + + diff --git a/xml/Windows.UI.Xaml/Thickness.xml b/xml/Windows.UI.Xaml/Thickness.xml index 2af45d0b8f7..a850feaf10e 100644 --- a/xml/Windows.UI.Xaml/Thickness.xml +++ b/xml/Windows.UI.Xaml/Thickness.xml @@ -21,7 +21,19 @@ Describes the thickness of a frame around a rectangle. Four values describe the , , , and sides of the rectangle, respectively. - To be added. + + + @@ -43,7 +55,14 @@ The uniform length applied to all four sides of the bounding rectangle. Initializes a structure that has the specified uniform length on each side. - To be added. + + + @@ -93,7 +112,14 @@ Gets or sets the width, in pixels, of the lower side of the bounding rectangle. The width, in pixels, of the lower side of the bounding rectangle for this instance of . The default is 0. - To be added. + + + @@ -125,7 +151,14 @@ Compares this structure to another for equality. if the two objects are equal; otherwise, . - To be added. + + + @@ -179,7 +212,14 @@ Returns the hash code of the struct. A hash code for this instance of . - To be added. + + + @@ -201,7 +241,14 @@ Gets or sets the width, in pixels, of the left side of the bounding rectangle. The width, in pixels, of the left side of the bounding rectangle for this instance of . The default is 0. - To be added. + + + @@ -230,7 +277,14 @@ Compares the value of two structs for equality. if the two instances of are equal; otherwise, . - To be added. + + + @@ -259,7 +313,14 @@ Compares two structs for inequality. if the two instances of are not equal; otherwise, . - To be added. + + + @@ -281,7 +342,14 @@ Gets or sets the width, in pixels, of the right side of the bounding rectangle. The width, in pixels, of the right side of the bounding rectangle for this instance of . The default is 0. - To be added. + + + @@ -303,7 +371,14 @@ Gets or sets the width, in pixels, of the upper side of the bounding rectangle. The width, in pixels, of the upper side of the bounding rectangle for this instance of . The default is 0. - To be added. + + + @@ -331,7 +406,14 @@ Returns the string representation of the structure. A string that represents the value. - To be added. + + + diff --git a/xml/Windows.UI/Color.xml b/xml/Windows.UI/Color.xml index b05448b47e2..6caa55b1216 100644 --- a/xml/Windows.UI/Color.xml +++ b/xml/Windows.UI/Color.xml @@ -25,7 +25,19 @@ Describes a color in terms of alpha, red, green, and blue channels. - To be added. + + + @@ -47,7 +59,16 @@ Gets or sets the sRGB alpha channel value of the color. The sRGB alpha channel value of the color, as a value between 0 and 255. - To be added. + + + @@ -69,7 +90,16 @@ Gets or sets the sRGB blue channel value of the color. The sRGB blue channel value, as a value between 0 and 255. - To be added. + + + @@ -101,7 +131,16 @@ Tests whether the specified object is a struct and is equivalent to the current color. if the specified object is a struct and is identical to the current struct; otherwise, . - To be added. + + + @@ -159,7 +198,14 @@ The blue channel, , of the new color. The value must be between 0 and 255. Creates a new struct by using the specified sRGB alpha channel and color channel values. A struct with the specified values. - To be added. + + + @@ -181,7 +227,16 @@ Gets or sets the sRGB green channel value of the color. The sRGB green channel value, as a value between 0 and 255. - To be added. + + + @@ -209,7 +264,14 @@ Gets a hash code for the current struct. A hash code for the current struct. - To be added. + + + @@ -238,7 +300,14 @@ Tests whether two structs are identical. if and are exactly identical; otherwise, . - To be added. + + + @@ -267,7 +336,14 @@ Tests whether two structs are not identical. if and are not equal; otherwise, . - To be added. + + + @@ -289,7 +365,16 @@ Gets or sets the sRGB red channel value of the color. The sRGB red channel value, as a value between 0 and 255. - To be added. + + + @@ -324,7 +409,14 @@ An object that provides information for formatting this instance, or to obtain the numeric format information from the current culture. For a description of this member, see . A string containing the value of the current instance in the specified format. - To be added. + + + @@ -352,7 +444,14 @@ Creates a string representation of the color using the ARGB channels in hex notation. The string representation of the color. - To be added. + + + From f01ee60211f393ccfb40b1ba55460cf8c2b54727 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 26 Jun 2019 09:15:32 -0700 Subject: [PATCH 03/10] minor edits --- xml/Windows.Foundation/Point.xml | 39 +++++++++++++++----------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/xml/Windows.Foundation/Point.xml b/xml/Windows.Foundation/Point.xml index 391327044b8..28f7367725c 100644 --- a/xml/Windows.Foundation/Point.xml +++ b/xml/Windows.Foundation/Point.xml @@ -29,15 +29,12 @@ + + Point (UWP) @@ -65,7 +62,7 @@ @@ -103,9 +100,9 @@ @@ -166,9 +163,9 @@ @@ -203,9 +200,9 @@ @@ -240,9 +237,9 @@ @@ -284,7 +281,7 @@ @@ -319,7 +316,7 @@ @@ -374,9 +371,9 @@ @@ -405,9 +402,9 @@ From 1e42e14fd4d9585ed29254816903ff2738bf53ab Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 26 Jun 2019 09:22:34 -0700 Subject: [PATCH 04/10] change to xref links --- xml/Windows.Foundation/Point.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xml/Windows.Foundation/Point.xml b/xml/Windows.Foundation/Point.xml index 28f7367725c..08326a34f5f 100644 --- a/xml/Windows.Foundation/Point.xml +++ b/xml/Windows.Foundation/Point.xml @@ -102,7 +102,7 @@ ## Remarks This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference. - For more information and examples of this member, see [System.Windows.Point.Equals](https://docs.microsoft.com/dotnet/api/system.windows.point.equals?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + For more information and examples of this member, see in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -165,7 +165,7 @@ ## Remarks This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference. - For more information and examples of this member, see [System.Windows.Point.GetHashCode](https://docs.microsoft.com/dotnet/api/system.windows.point.gethashcode?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + For more information and examples of this member, see in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -202,7 +202,7 @@ ## Remarks This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference. - For more information and examples of this member, see [System.Windows.Point.Equality](https://docs.microsoft.com/dotnet/api/system.windows.point.op_equality?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + For more information and examples of this member, see in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -239,7 +239,7 @@ ## Remarks This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference. - For more information and examples of this member, see [System.Windows.Point.Inequality](https://docs.microsoft.com/dotnet/api/system.windows.point.op_inequality?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + For more information and examples of this member, see in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -373,7 +373,7 @@ ## Remarks This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference. - For more information and examples of this member, see [System.Windows.Point.X](https://docs.microsoft.com/dotnet/api/system.windows.point.x?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + For more information and examples of this member, see in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -404,7 +404,7 @@ ## Remarks This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference. - For more information and examples of this member, see [System.Windows.Point.Y](https://docs.microsoft.com/dotnet/api/system.windows.point.y?view=netframework-4.8) in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + For more information and examples of this member, see in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> From 207f6e1ec47445dd7a70cf8f0543868c391dbd14 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 26 Jun 2019 09:38:29 -0700 Subject: [PATCH 05/10] edits --- xml/Windows.Foundation/Rect.xml | 85 ++++++++++++++++----------------- 1 file changed, 41 insertions(+), 44 deletions(-) diff --git a/xml/Windows.Foundation/Rect.xml b/xml/Windows.Foundation/Rect.xml index 662eb038d7e..3e76337a082 100644 --- a/xml/Windows.Foundation/Rect.xml +++ b/xml/Windows.Foundation/Rect.xml @@ -29,15 +29,12 @@ + + Rect (UWP) @@ -65,7 +62,7 @@ @@ -146,9 +143,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -180,9 +177,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -211,9 +208,9 @@ in the .NET Framework API reference. ]]> @@ -251,9 +248,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -314,9 +311,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -345,9 +342,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -378,9 +375,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -409,9 +406,9 @@ in the .NET Framework API reference. ]]> @@ -440,9 +437,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -477,9 +474,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -514,9 +511,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -545,9 +542,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -589,7 +586,7 @@ @@ -618,9 +615,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -655,9 +652,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -714,9 +711,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -769,9 +766,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -801,9 +798,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> @@ -832,9 +829,9 @@ in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> From 928808351e88bb475e49183ee9e3f057cefb263f Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 26 Jun 2019 11:56:46 -0700 Subject: [PATCH 06/10] edits --- xml/Windows.Foundation/Rect.xml | 8 +-- xml/Windows.Foundation/Size.xml | 37 +++++------ .../GeneratorPosition.xml | 25 ++++---- .../KeyTime.xml | 25 ++++---- .../RepeatBehavior.xml | 35 +++++------ .../RepeatBehaviorType.xml | 2 +- .../Matrix3D.xml | 63 +++++++++---------- xml/Windows.UI.Xaml.Media/Matrix.xml | 47 +++++++------- xml/Windows.UI.Xaml/CornerRadius.xml | 29 ++++----- xml/Windows.UI.Xaml/Duration.xml | 51 +++++++-------- xml/Windows.UI.Xaml/DurationType.xml | 2 +- xml/Windows.UI.Xaml/GridLength.xml | 35 +++++------ xml/Windows.UI.Xaml/GridUnitType.xml | 2 +- xml/Windows.UI.Xaml/Thickness.xml | 29 ++++----- xml/Windows.UI/Color.xml | 33 +++++----- 15 files changed, 195 insertions(+), 228 deletions(-) diff --git a/xml/Windows.Foundation/Rect.xml b/xml/Windows.Foundation/Rect.xml index 3e76337a082..4dbb285fab9 100644 --- a/xml/Windows.Foundation/Rect.xml +++ b/xml/Windows.Foundation/Rect.xml @@ -33,8 +33,8 @@ ]]> - Rect (UWP) + System.Windows.Rect (.NET) @@ -210,7 +210,7 @@ ## Remarks This struct represents the .NET projection of the Windows Runtime (WinRT) `Rect` struct. For more information, see [Rect](https://docs.microsoft.com/uwp/api/windows.foundation.rect) in the UWP API reference. - For more info about this member, see in the .NET Framework API reference. + For more information about this member, see in the .NET Framework API reference. ]]> @@ -408,7 +408,7 @@ ## Remarks This struct represents the .NET projection of the Windows Runtime (WinRT) `Rect` struct. For more information, see [Rect](https://docs.microsoft.com/uwp/api/windows.foundation.rect) in the UWP API reference. - For more info about this member, see in the .NET Framework API reference. + For more information about this member, see in the .NET Framework API reference. ]]> @@ -713,7 +713,7 @@ ## Remarks This struct represents the .NET projection of the Windows Runtime (WinRT) `Rect` struct. For more information, see [Rect](https://docs.microsoft.com/uwp/api/windows.foundation.rect) in the UWP API reference. - For more information and examples of this member, see in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + For more information and examples of this member, see in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) ]]> diff --git a/xml/Windows.Foundation/Size.xml b/xml/Windows.Foundation/Size.xml index ecabb4ab97f..e2ca1eb5b05 100644 --- a/xml/Windows.Foundation/Size.xml +++ b/xml/Windows.Foundation/Size.xml @@ -25,15 +25,12 @@ + Size (UWP) + System.Windows.Size (.NET) @@ -61,7 +58,7 @@ @@ -92,9 +89,9 @@ in the .NET Framework API reference. ]]> @@ -132,9 +129,9 @@ in the .NET Framework API reference. ]]> @@ -195,7 +192,7 @@ @@ -224,7 +221,7 @@ @@ -254,9 +251,9 @@ in the .NET Framework API reference. ]]> @@ -291,7 +288,7 @@ @@ -326,7 +323,7 @@ @@ -361,9 +358,9 @@ in the .NET Framework API reference. ]]> @@ -392,7 +389,7 @@ diff --git a/xml/Windows.UI.Xaml.Controls.Primitives/GeneratorPosition.xml b/xml/Windows.UI.Xaml.Controls.Primitives/GeneratorPosition.xml index a204b667898..7857ebc340b 100644 --- a/xml/Windows.UI.Xaml.Controls.Primitives/GeneratorPosition.xml +++ b/xml/Windows.UI.Xaml.Controls.Primitives/GeneratorPosition.xml @@ -25,15 +25,12 @@ + GeneratorPosition (UWP) + System.Windows.Controls.Primitives.GeneratorPosition (.NET) @@ -61,7 +58,7 @@ @@ -100,7 +97,7 @@ @@ -135,7 +132,7 @@ @@ -164,7 +161,7 @@ @@ -269,7 +266,7 @@ @@ -304,7 +301,7 @@ diff --git a/xml/Windows.UI.Xaml.Media.Animation/KeyTime.xml b/xml/Windows.UI.Xaml.Media.Animation/KeyTime.xml index 6e6838214bf..bed1fbdb9a0 100644 --- a/xml/Windows.UI.Xaml.Media.Animation/KeyTime.xml +++ b/xml/Windows.UI.Xaml.Media.Animation/KeyTime.xml @@ -25,15 +25,12 @@ + KeyTime (UWP) + System.Windows.Media.Animation.KeyTime (.NET) @@ -69,7 +66,7 @@ @@ -157,7 +154,7 @@ @@ -193,7 +190,7 @@ @@ -229,7 +226,7 @@ @@ -261,7 +258,7 @@ @@ -297,7 +294,7 @@ @@ -326,7 +323,7 @@ @@ -361,7 +358,7 @@ diff --git a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml index c45b87e7a68..2333001869f 100644 --- a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml +++ b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml @@ -29,15 +29,12 @@ + RepeatBehavior (UWP) + System.Windows.Media.Animation.RepeatBehavior (.NET) @@ -63,7 +60,7 @@ @@ -118,7 +115,7 @@ @@ -148,7 +145,7 @@ @@ -188,7 +185,7 @@ @@ -272,7 +269,7 @@ @@ -307,7 +304,7 @@ @@ -337,7 +334,7 @@ @@ -367,7 +364,7 @@ @@ -403,7 +400,7 @@ @@ -439,7 +436,7 @@ @@ -481,7 +478,7 @@ @@ -516,7 +513,7 @@ @@ -571,7 +568,7 @@ diff --git a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehaviorType.xml b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehaviorType.xml index 77d5a59c30c..04e41a58bd3 100644 --- a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehaviorType.xml +++ b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehaviorType.xml @@ -24,7 +24,7 @@ diff --git a/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml b/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml index d3e449fb595..42db5f14e29 100644 --- a/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml +++ b/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml @@ -29,15 +29,12 @@ + Matrix3D (UWP) + System.Windows.Media.Media3D.Matrix3D (.NET) @@ -93,7 +90,7 @@ @@ -132,7 +129,7 @@ @@ -194,7 +191,7 @@ @@ -224,7 +221,7 @@ @@ -253,7 +250,7 @@ @@ -282,7 +279,7 @@ @@ -313,7 +310,7 @@ @@ -342,7 +339,7 @@ @@ -371,7 +368,7 @@ @@ -400,7 +397,7 @@ @@ -429,7 +426,7 @@ @@ -458,7 +455,7 @@ @@ -487,7 +484,7 @@ @@ -516,7 +513,7 @@ @@ -545,7 +542,7 @@ @@ -574,7 +571,7 @@ @@ -603,7 +600,7 @@ @@ -632,7 +629,7 @@ @@ -661,7 +658,7 @@ @@ -690,7 +687,7 @@ @@ -719,7 +716,7 @@ @@ -748,7 +745,7 @@ @@ -777,7 +774,7 @@ @@ -813,7 +810,7 @@ @@ -849,7 +846,7 @@ @@ -884,7 +881,7 @@ @@ -926,7 +923,7 @@ diff --git a/xml/Windows.UI.Xaml.Media/Matrix.xml b/xml/Windows.UI.Xaml.Media/Matrix.xml index 1bd7124ce50..6d0b5a6b24f 100644 --- a/xml/Windows.UI.Xaml.Media/Matrix.xml +++ b/xml/Windows.UI.Xaml.Media/Matrix.xml @@ -29,15 +29,12 @@ + Matrix (UWP) + System.Windows.Media.Matrix (.NET) @@ -73,7 +70,7 @@ @@ -112,7 +109,7 @@ @@ -174,7 +171,7 @@ @@ -203,9 +200,9 @@ in the .NET Framework API reference. ]]> @@ -235,7 +232,7 @@ @@ -264,7 +261,7 @@ @@ -293,7 +290,7 @@ @@ -322,7 +319,7 @@ @@ -351,7 +348,7 @@ @@ -380,7 +377,7 @@ @@ -409,7 +406,7 @@ @@ -445,9 +442,9 @@ in the .NET Framework API reference. ]]> @@ -483,9 +480,9 @@ in the .NET Framework API reference. ]]> @@ -527,7 +524,7 @@ @@ -562,7 +559,7 @@ @@ -620,7 +617,7 @@ diff --git a/xml/Windows.UI.Xaml/CornerRadius.xml b/xml/Windows.UI.Xaml/CornerRadius.xml index 20f316ed29c..1e50762b696 100644 --- a/xml/Windows.UI.Xaml/CornerRadius.xml +++ b/xml/Windows.UI.Xaml/CornerRadius.xml @@ -25,15 +25,12 @@ + CornerRadius (UWP) + System.Windows.CornerRadius (.NET) @@ -59,7 +56,7 @@ @@ -116,7 +113,7 @@ @@ -145,7 +142,7 @@ @@ -184,7 +181,7 @@ @@ -245,7 +242,7 @@ @@ -281,7 +278,7 @@ @@ -317,7 +314,7 @@ @@ -346,7 +343,7 @@ @@ -375,7 +372,7 @@ @@ -410,7 +407,7 @@ diff --git a/xml/Windows.UI.Xaml/Duration.xml b/xml/Windows.UI.Xaml/Duration.xml index 6565486ac6b..ab4039eb69f 100644 --- a/xml/Windows.UI.Xaml/Duration.xml +++ b/xml/Windows.UI.Xaml/Duration.xml @@ -25,15 +25,12 @@ + Duration (UWP) + System.Windows.Duration (.NET) @@ -58,7 +55,7 @@ @@ -88,7 +85,7 @@ The value of the current instance plus . Adds the value of the specified to this . If each involved has values, a that represents the combined values. Otherwise this method returns . - + @@ -114,7 +111,7 @@ @@ -149,7 +146,7 @@ @@ -188,7 +185,7 @@ @@ -272,7 +269,7 @@ @@ -307,7 +304,7 @@ @@ -337,7 +334,7 @@ @@ -372,7 +369,7 @@ @@ -408,7 +405,7 @@ @@ -444,7 +441,7 @@ @@ -480,7 +477,7 @@ @@ -513,7 +510,7 @@ @@ -551,7 +548,7 @@ @@ -587,7 +584,7 @@ @@ -623,7 +620,7 @@ @@ -658,7 +655,7 @@ @@ -690,7 +687,7 @@ @@ -722,7 +719,7 @@ @@ -751,7 +748,7 @@ @@ -787,7 +784,7 @@ diff --git a/xml/Windows.UI.Xaml/DurationType.xml b/xml/Windows.UI.Xaml/DurationType.xml index 1605c0b2464..b7c1f58f621 100644 --- a/xml/Windows.UI.Xaml/DurationType.xml +++ b/xml/Windows.UI.Xaml/DurationType.xml @@ -24,7 +24,7 @@ diff --git a/xml/Windows.UI.Xaml/GridLength.xml b/xml/Windows.UI.Xaml/GridLength.xml index c44d8569a31..a5de45c1ad8 100644 --- a/xml/Windows.UI.Xaml/GridLength.xml +++ b/xml/Windows.UI.Xaml/GridLength.xml @@ -25,15 +25,12 @@ + GridLength (UWP) + System.Windows.GridLength (.NET) @@ -59,7 +56,7 @@ @@ -118,7 +115,7 @@ @@ -157,7 +154,7 @@ @@ -190,7 +187,7 @@ @@ -225,7 +222,7 @@ @@ -254,7 +251,7 @@ @@ -284,7 +281,7 @@ @@ -314,7 +311,7 @@ @@ -344,7 +341,7 @@ @@ -380,7 +377,7 @@ @@ -416,7 +413,7 @@ @@ -451,7 +448,7 @@ @@ -480,7 +477,7 @@ diff --git a/xml/Windows.UI.Xaml/GridUnitType.xml b/xml/Windows.UI.Xaml/GridUnitType.xml index cc481b3fe53..9b073cb39f2 100644 --- a/xml/Windows.UI.Xaml/GridUnitType.xml +++ b/xml/Windows.UI.Xaml/GridUnitType.xml @@ -24,7 +24,7 @@ diff --git a/xml/Windows.UI.Xaml/Thickness.xml b/xml/Windows.UI.Xaml/Thickness.xml index a850feaf10e..e76aedc5468 100644 --- a/xml/Windows.UI.Xaml/Thickness.xml +++ b/xml/Windows.UI.Xaml/Thickness.xml @@ -25,15 +25,12 @@ + Thickness (UWP) + System.Windows.Thickness (.NET) @@ -59,7 +56,7 @@ @@ -116,7 +113,7 @@ @@ -155,7 +152,7 @@ @@ -216,7 +213,7 @@ @@ -245,7 +242,7 @@ @@ -281,7 +278,7 @@ @@ -317,7 +314,7 @@ @@ -346,7 +343,7 @@ @@ -375,7 +372,7 @@ @@ -410,7 +407,7 @@ diff --git a/xml/Windows.UI/Color.xml b/xml/Windows.UI/Color.xml index 6caa55b1216..52ac6b42905 100644 --- a/xml/Windows.UI/Color.xml +++ b/xml/Windows.UI/Color.xml @@ -29,15 +29,12 @@ + Color (UWP) + System.Drawing.Color (.NET) @@ -63,7 +60,7 @@ in the .NET Framework API reference. ]]> @@ -202,7 +199,7 @@ @@ -231,7 +228,7 @@ @@ -304,7 +301,7 @@ @@ -340,7 +337,7 @@ @@ -369,7 +366,7 @@ @@ -448,7 +445,7 @@ From c95bffa1abf9e4b8982e84694b4d4b12ac141e3d Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 26 Jun 2019 11:59:25 -0700 Subject: [PATCH 07/10] consistent link --- xml/Windows.Foundation/Point.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Windows.Foundation/Point.xml b/xml/Windows.Foundation/Point.xml index 08326a34f5f..0c2f39d1345 100644 --- a/xml/Windows.Foundation/Point.xml +++ b/xml/Windows.Foundation/Point.xml @@ -33,8 +33,8 @@ ]]> - Point (UWP) + System.Windows.Point (.NET) From 880f8edfcda070277ec06b5354d92d1b2790db67 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 26 Jun 2019 13:33:48 -0700 Subject: [PATCH 08/10] test - move remarks to the main section --- xml/Windows.Foundation/Point.xml | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/xml/Windows.Foundation/Point.xml b/xml/Windows.Foundation/Point.xml index 0c2f39d1345..8146d4fb23e 100644 --- a/xml/Windows.Foundation/Point.xml +++ b/xml/Windows.Foundation/Point.xml @@ -68,6 +68,26 @@ + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + + ]]> + + + @@ -96,16 +116,7 @@ The object to compare. Determines whether the specified object is a and whether it contains the same values as this . if is a and contains the same and values as this ; otherwise, . - - in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) - - ]]> - + To be added. From 6950528168d25e1a0926ea90fca424e6dc554e8b Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 26 Jun 2019 17:29:52 -0700 Subject: [PATCH 09/10] move remarks to groups --- xml/Windows.Foundation/Point.xml | 45 +++-- xml/Windows.Foundation/Rect.xml | 184 +++++++++++------- xml/Windows.Foundation/Size.xml | 67 ++++--- .../KeyTime.xml | 27 ++- .../RepeatBehavior.xml | 81 +++++--- .../Matrix3D.xml | 27 ++- xml/Windows.UI.Xaml.Media/Matrix.xml | 54 +++-- xml/Windows.UI.Xaml/CornerRadius.xml | 54 +++-- xml/Windows.UI.Xaml/GridLength.xml | 54 +++-- xml/Windows.UI.Xaml/Thickness.xml | 54 +++-- xml/Windows.UI/Color.xml | 58 ++++-- 11 files changed, 468 insertions(+), 237 deletions(-) diff --git a/xml/Windows.Foundation/Point.xml b/xml/Windows.Foundation/Point.xml index 8146d4fb23e..b53247de7bb 100644 --- a/xml/Windows.Foundation/Point.xml +++ b/xml/Windows.Foundation/Point.xml @@ -59,7 +59,7 @@ The y-coordinate value of the struct. Initializes a struct that contains the specified values. - - + @@ -171,7 +171,7 @@ Returns the hash code for this . The hash code for this struct. - Compares two structs for equality. if both the and values of and are equal; otherwise, . - Compares two structs for inequality if and have different or values; false if and have the same and values. - For a description of this member, see . A string containing the value of the current instance in the specified format. - + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + + + + @@ -323,14 +341,7 @@ Creates a representation of this . A containing the and values of this struct. - - - + To be added. @@ -354,7 +365,7 @@ Culture-specific formatting information. - Creates a representation of this . + Creates a representation of this using the specified culture-specific formatting information.. A containing the and values of this struct. To be added. @@ -379,7 +390,7 @@ Gets or sets the -coordinate value of this struct. The -coordinate value of this struct. The default value is 0. - Gets or sets the -coordinate value of this . The -coordinate value of this struct. The default value is 0. - System.Windows.Rect (.NET) + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + + + + @@ -58,14 +76,7 @@ The first point that the new rectangle must contain. The second point that the new rectangle must contain. Initializes a struct that is exactly large enough to contain the two specified points. - - - + To be added. @@ -139,8 +150,8 @@ Gets the y-axis value of the bottom of the rectangle. The y-axis value of the bottom of the rectangle. If the rectangle is empty, the value is . - - + The point to check. Indicates whether the rectangle described by the contains the specified point. if the rectangle described by the contains the specified point; otherwise, . - - + Gets a special value that represents a rectangle with no position or area. The empty rectangle, which has and property values of , and has and property values of . - - + + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + + ]]> + + + @@ -244,16 +275,7 @@ The object to compare to the current rectangle. Indicates whether the specified object is equal to the current . if is a and has the same x, y, width, and height values as the current ; otherwise, . - - in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) - - ]]> - + To be added. @@ -307,8 +329,8 @@ Creates a hash code for the . A hash code for the current struct. - - + Gets or sets the height of the rectangle. A value that represents the height of the rectangle. The default is 0. - - + The rectangle to intersect with the current rectangle. Finds the intersection of the rectangle represented by the current and the rectangle represented by the specified , and stores the result as the current . - - + Gets a value that indicates whether the rectangle is the rectangle. if the rectangle is the rectangle; otherwise, . - - + Gets the x-axis value of the left side of the rectangle. The x-axis value of the left side of the rectangle. - - + The second rectangle to compare. Compares two structs for equality. if the structs have the same x, y, width, and height property values; otherwise, . - - + The second rectangle to compare. Compares two structs for inequality. if the structs do not have the same x, y, width, and height property values; otherwise, . - - + Gets the x-axis value of the right side of the rectangle. The x-axis value of the right side of the rectangle. - - + An object that provides formatting information, or to obtain the numeric format information from the current culture. For a description of this member, see . A string containing the value of the current instance in the specified format. - - + Gets the y-axis position of the top of the rectangle. The y-axis position of the top of the rectangle. - - + + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + + ]]> + + + @@ -648,16 +690,7 @@ Returns a string representation of the struct. A string representation of the current struct. The string has the following form: ",,,". - - in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) - - ]]> - + To be added. @@ -686,6 +719,26 @@ To be added. + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) + + ]]> + + + @@ -707,16 +760,7 @@ The point to include. Expands the rectangle represented by the current exactly enough to contain the specified point. - - in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.) - - ]]> - + To be added. @@ -762,8 +806,8 @@ Gets or sets the width of the rectangle. A value that represents the width of the rectangle in pixels. The default is 0. - - + Gets or sets the x-axis value of the left side of the rectangle. The x-axis value of the left side of the rectangle. This value is interpreted as pixels within the coordinate space. - - + Gets or sets the y-axis value of the top side of the rectangle. The y-axis value of the top side of the rectangle. This value is interpreted as pixels within the coordinate space.. - - + The initial width of the instance of . The initial height of the instance of . Initializes a new instance of the struct and assigns it an initial width and height. - - + Gets a value that represents an empty . An empty instance of . - - + + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + in the .NET Framework API reference. + + ]]> + + + @@ -125,16 +145,7 @@ The object to compare. Compares an object to an instance of for equality. if is a value and the sizes of the two objects are equal; otherwise, . - - in the .NET Framework API reference. - - ]]> - + To be added. @@ -188,8 +199,8 @@ Gets the hash code for this instance of . The hash code for this instance of . - - + Gets or sets the height of this instance of . The of this instance of , in pixels. The default is 0. The value cannot be negative. - - + Gets a value that indicates whether this instance of is . if this instance of size is ; otherwise, . - - + The second instance of to compare. Compares two instances of for equality. if the two instances of are equal; otherwise, . - - + The second instance of to compare. Compares two instances of for inequality. if the instances of are not equal; otherwise, . - - + Returns a string representation of this . A string representation of this . - - + Gets or sets the width of this instance of . The of this instance of , in pixels. The default value is 0. The value cannot be negative. - - + System.Windows.Media.Animation.KeyTime (.NET) + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -62,14 +80,7 @@ Indicates whether a is equal to this . if is a that represents the same length of time as this ; otherwise, . - - - + To be added. diff --git a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml index 2333001869f..b6b8814d06c 100644 --- a/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml +++ b/xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml @@ -37,6 +37,24 @@ System.Windows.Media.Animation.RepeatBehavior (.NET) + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -56,14 +74,7 @@ A number greater than or equal to 0 that specifies the number of iterations for an animation. Initializes a new instance of the struct with the specified iteration count. - - - + To be added. evaluates to infinity, a value that is not a number, or is negative. @@ -152,6 +163,24 @@ This describes an iteration count, not a repeat duration. + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -181,14 +210,7 @@ Indicates whether the specified object is equal to this . if is a that represents the same repeat behavior as this ; otherwise, . - - - + To be added. @@ -484,6 +506,24 @@ + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -509,14 +549,7 @@ Returns a string representation of this . A string representation of this . - - - + To be added. diff --git a/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml b/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml index 42db5f14e29..63ba8017e35 100644 --- a/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml +++ b/xml/Windows.UI.Xaml.Media.Media3D/Matrix3D.xml @@ -96,6 +96,24 @@ + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -125,14 +143,7 @@ Tests for equality between two matrices. if the matrices are equal; otherwise, . - - - + To be added. diff --git a/xml/Windows.UI.Xaml.Media/Matrix.xml b/xml/Windows.UI.Xaml.Media/Matrix.xml index 6d0b5a6b24f..2216df15ee5 100644 --- a/xml/Windows.UI.Xaml.Media/Matrix.xml +++ b/xml/Windows.UI.Xaml.Media/Matrix.xml @@ -76,6 +76,24 @@ + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -105,14 +123,7 @@ Determines whether the specified is a struct that is identical to this . if is a struct that is identical to this struct; otherwise, . - - - + To be added. @@ -530,6 +541,24 @@ + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -555,14 +584,7 @@ Creates a representation of this struct. A containing the , , , , , and values of this . - - - + To be added. diff --git a/xml/Windows.UI.Xaml/CornerRadius.xml b/xml/Windows.UI.Xaml/CornerRadius.xml index 1e50762b696..4559b721914 100644 --- a/xml/Windows.UI.Xaml/CornerRadius.xml +++ b/xml/Windows.UI.Xaml/CornerRadius.xml @@ -33,6 +33,24 @@ System.Windows.CornerRadius (.NET) + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + + + + @@ -52,14 +70,7 @@ A uniform radius applied to all four properties (, , , ). Initializes a new structure, applying the same uniform radius to all its corners. - - - + To be added. @@ -148,6 +159,24 @@ + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -177,14 +206,7 @@ Compares this struct to another object for equality. if the two objects are equal; otherwise, . - - - + To be added. diff --git a/xml/Windows.UI.Xaml/GridLength.xml b/xml/Windows.UI.Xaml/GridLength.xml index a5de45c1ad8..980d40c66e3 100644 --- a/xml/Windows.UI.Xaml/GridLength.xml +++ b/xml/Windows.UI.Xaml/GridLength.xml @@ -33,6 +33,24 @@ System.Windows.GridLength (.NET) + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -52,14 +70,7 @@ The absolute count of pixels to establish as the value. Initializes a new instance of the structure using the specified absolute value in pixels. - - - + To be added. @@ -121,6 +132,24 @@ + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -150,14 +179,7 @@ Determines whether the specified object is equal to the current instance. if the specified object has the same value and as the current instance; otherwise, . - - - + To be added. diff --git a/xml/Windows.UI.Xaml/Thickness.xml b/xml/Windows.UI.Xaml/Thickness.xml index e76aedc5468..630519ce72f 100644 --- a/xml/Windows.UI.Xaml/Thickness.xml +++ b/xml/Windows.UI.Xaml/Thickness.xml @@ -33,6 +33,24 @@ System.Windows.Thickness (.NET) + + + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 + + + To be added. + + + + + @@ -52,14 +70,7 @@ The uniform length applied to all four sides of the bounding rectangle. Initializes a structure that has the specified uniform length on each side. - - - + To be added. @@ -119,6 +130,24 @@ + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + + + + @@ -148,14 +177,7 @@ Compares this structure to another for equality. if the two objects are equal; otherwise, . - - - + To be added. diff --git a/xml/Windows.UI/Color.xml b/xml/Windows.UI/Color.xml index 52ac6b42905..94e3630ecf4 100644 --- a/xml/Windows.UI/Color.xml +++ b/xml/Windows.UI/Color.xml @@ -99,6 +99,26 @@ + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + in the .NET Framework API reference. + + ]]> + + + @@ -128,16 +148,7 @@ Tests whether the specified object is a struct and is equivalent to the current color. if the specified object is a struct and is identical to the current struct; otherwise, . - - in the .NET Framework API reference. - - ]]> - + To be added. @@ -416,6 +427,24 @@ + + + System.Runtime.WindowsRuntime + 4.0.10.0 + 4.0.14.0 + + + To be added. + + + + + @@ -441,14 +470,7 @@ Creates a string representation of the color using the ARGB channels in hex notation. The string representation of the color. - - - + To be added. From 20b664a4ada4d65513d362a8a5a9db0660485c65 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Wed, 26 Jun 2019 18:49:27 -0700 Subject: [PATCH 10/10] fix assembly info --- xml/Windows.UI.Xaml/CornerRadius.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/Windows.UI.Xaml/CornerRadius.xml b/xml/Windows.UI.Xaml/CornerRadius.xml index 4559b721914..a1182e0ec8a 100644 --- a/xml/Windows.UI.Xaml/CornerRadius.xml +++ b/xml/Windows.UI.Xaml/CornerRadius.xml @@ -35,9 +35,9 @@ - System.Runtime.WindowsRuntime - 4.0.10.0 - 4.0.14.0 + System.Runtime.WindowsRuntime.UI.Xaml + 4.0.0.0 + 4.0.4.0 To be added. @@ -436,4 +436,4 @@ - \ No newline at end of file +