|
14 | 14 | <BaseTypeName>System.Enum</BaseTypeName>
|
15 | 15 | </Base>
|
16 | 16 | <Docs>
|
17 |
| - <summary>Indicates the current mode of lookup for both property value inheritance, a resource lookup, and a RelativeSource FindAncestor lookup.</summary> |
18 |
| - <remarks> |
19 |
| - <format type="text/markdown"><![CDATA[ |
20 |
| - |
21 |
| -## Remarks |
22 |
| - A RelativeSource FindAncestor lookup occurs when a binding uses a <xref:System.Windows.Data.RelativeSource> that has its <xref:System.Windows.Data.RelativeSource.Mode%2A> property set to the <xref:System.Windows.Data.RelativeSourceMode.FindAncestor?displayProperty=nameWithType> value. |
23 |
| - |
24 |
| - ]]></format> |
25 |
| - </remarks> |
| 17 | + <summary>Indicates the current mode of lookup for property value inheritance, resource lookup, and RelativeSource FindAncestor lookup. A RelativeSource FindAncestor lookup occurs when a binding uses a <see cref="T:System.Windows.Data.RelativeSource" /> that has its <see cref="P:System.Windows.Data.RelativeSource.Mode" /> property set to the <see cref="F:System.Windows.Data.RelativeSourceMode.FindAncestor" /> value.</summary> |
26 | 18 | </Docs>
|
27 | 19 | <Members>
|
28 | 20 | <Member MemberName="Default">
|
|
43 | 35 | </ReturnValue>
|
44 | 36 | <MemberValue>0</MemberValue>
|
45 | 37 | <Docs>
|
46 |
| - <summary>Property value inheritance lookup will query the current element and continue walking up the element tree to the page root.</summary> |
47 |
| - <remarks> |
48 |
| - <format type="text/markdown"><![CDATA[ |
49 |
| - |
50 |
| -## Remarks |
51 |
| - A resource lookup will query through the current element and further. |
52 |
| - |
53 |
| - ]]></format> |
54 |
| - </remarks> |
| 38 | + <summary>Property value inheritance lookup will query the current element and continue walking up the element tree to the page root. A resource lookup will query through the current element and further.</summary> |
55 | 39 | </Docs>
|
56 | 40 | </Member>
|
57 | 41 | <Member MemberName="SkipAllNext">
|
|
72 | 56 | </ReturnValue>
|
73 | 57 | <MemberValue>6</MemberValue>
|
74 | 58 | <Docs>
|
75 |
| - <summary>Property value inheritance lookup will query the current element but not any further.</summary> |
76 |
| - <remarks> |
77 |
| - <format type="text/markdown"><![CDATA[ |
78 |
| - |
79 |
| -## Remarks |
80 |
| - A resource lookup will query the current element but not any further. |
81 |
| - |
82 |
| - ]]></format> |
83 |
| - </remarks> |
| 59 | + <summary>Property value inheritance lookup or resource lookup will query the current element but not any further. A resource lookup will query the current element but not any further. </summary> |
84 | 60 | </Docs>
|
85 | 61 | </Member>
|
86 | 62 | <Member MemberName="SkipAllNow">
|
|
101 | 77 | </ReturnValue>
|
102 | 78 | <MemberValue>5</MemberValue>
|
103 | 79 | <Docs>
|
104 |
| - <summary>Property value inheritance lookup will not query the current element or any further.</summary> |
105 |
| - <remarks> |
106 |
| - <format type="text/markdown"><![CDATA[ |
107 |
| - |
108 |
| -## Remarks |
109 |
| - A resource lookup will not query the current element or any further. A RelativeSource FindAncestor lookup will not query the current element or any further. |
110 |
| - |
111 |
| - ]]></format> |
112 |
| - </remarks> |
| 80 | + <summary>Property value inheritance lookup, resource lookup, or RelativeSource FindAncestor lookup will not query the current element or any further.</summary> |
113 | 81 | </Docs>
|
114 | 82 | </Member>
|
115 | 83 | <Member MemberName="SkipToAppNext">
|
|
130 | 98 | </ReturnValue>
|
131 | 99 | <MemberValue>2</MemberValue>
|
132 | 100 | <Docs>
|
133 |
| - <summary>Property value inheritance lookup will query the current element but not any further.</summary> |
134 |
| - <remarks> |
135 |
| - <format type="text/markdown"><![CDATA[ |
136 |
| - |
137 |
| -## Remarks |
138 |
| - A resource lookup will query the current element and will then skip over to the application and theme dictionaries, rather than walking up the element tree toward the page root. |
139 |
| - |
140 |
| - ]]></format> |
141 |
| - </remarks> |
| 101 | + <summary>Property value inheritance lookup will query the current element but not any further. A resource lookup will query the current element and will then skip over to the application and theme dictionaries, rather than walking up the element tree toward the page root.</summary> |
142 | 102 | </Docs>
|
143 | 103 | </Member>
|
144 | 104 | <Member MemberName="SkipToAppNow">
|
|
159 | 119 | </ReturnValue>
|
160 | 120 | <MemberValue>1</MemberValue>
|
161 | 121 | <Docs>
|
162 |
| - <summary>Property value inheritance lookup will not query the current element or any further.</summary> |
163 |
| - <remarks> |
164 |
| - <format type="text/markdown"><![CDATA[ |
165 |
| - |
166 |
| -## Remarks |
167 |
| - A resource lookup will not query the current element but will skip over to the application and then the theme dictionaries, rather than walking up the element tree toward the page root. A RelativeSource FindAncestor lookup will not query the current element or any further. |
168 |
| - |
169 |
| - ]]></format> |
170 |
| - </remarks> |
| 122 | + <summary>Property value inheritance lookup will not query the current element or any further. A resource lookup will not query the current element but will skip over to the application and then the theme dictionaries, rather than walking up the element tree toward the page root. A RelativeSource FindAncestor lookup will not query the current element or any further.</summary> |
171 | 123 | </Docs>
|
172 | 124 | </Member>
|
173 | 125 | <Member MemberName="SkipToThemeNext">
|
|
188 | 140 | </ReturnValue>
|
189 | 141 | <MemberValue>4</MemberValue>
|
190 | 142 | <Docs>
|
191 |
| - <summary>Property value inheritance lookup will query the current element but not any further.</summary> |
192 |
| - <remarks> |
193 |
| - <format type="text/markdown"><![CDATA[ |
194 |
| - |
195 |
| -## Remarks |
196 |
| - A resource lookup will query the current element and will then skip over to the theme dictionaries, rather than walking up the element tree toward the page root, or checking application dictionaries. |
197 |
| - |
198 |
| - ]]></format> |
199 |
| - </remarks> |
| 143 | + <summary>Property value inheritance lookup will query the current element but not any further. A resource lookup will query the current element and will then skip over to the theme dictionaries, rather than walking up the element tree toward the page root, or checking application dictionaries</summary> |
200 | 144 | </Docs>
|
201 | 145 | </Member>
|
202 | 146 | <Member MemberName="SkipToThemeNow">
|
|
217 | 161 | </ReturnValue>
|
218 | 162 | <MemberValue>3</MemberValue>
|
219 | 163 | <Docs>
|
220 |
| - <summary>Property value inheritance lookup will not query the current element or any further.</summary> |
221 |
| - <remarks> |
222 |
| - <format type="text/markdown"><![CDATA[ |
223 |
| - |
224 |
| -## Remarks |
225 |
| - A resource lookup will not query the current element but will skip over to the theme dictionaries, rather than walking up the element tree toward the page root, or checking application dictionaries. A RelativeSource FindAncestor lookup will not query the current element or any further. |
226 |
| - |
227 |
| - ]]></format> |
228 |
| - </remarks> |
| 164 | + <summary>Property value inheritance lookup will not query the current element or any further. A resource lookup will not query the current element but will skip over to the theme dictionaries, rather than walking up the element tree toward the page root, or checking application dictionaries. A RelativeSource FindAncestor lookup will not query the current element or any further.</summary> |
229 | 165 | </Docs>
|
230 | 166 | </Member>
|
231 | 167 | </Members>
|
|
0 commit comments