Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions xml/Microsoft.Windows.Themes/ScrollChrome.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="ScrollChrome" FullName="Microsoft.Windows.Themes.ScrollChrome">
<Type Name="ScrollChrome" FullName="Microsoft.Windows.Themes.ScrollChrome">
<TypeSignature Language="C#" Value="public sealed class ScrollChrome : System.Windows.FrameworkElement" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ScrollChrome extends System.Windows.FrameworkElement" />
<TypeSignature Language="DocId" Value="T:Microsoft.Windows.Themes.ScrollChrome" />
Expand Down Expand Up @@ -618,8 +618,22 @@
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Gets or sets the color of the <see cref="T:Microsoft.Windows.Themes.ScrollGlyph" /> for the <see cref="T:Microsoft.Windows.Themes.ScrollChrome" />.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

<a name="dependencyPropertyInfo_ThemeColor"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:Microsoft.Windows.Themes.ScrollChrome.ScrollGlyphProperty>|
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>|

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ScrollGlyphProperty">
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Activities.Presentation.View/DesignerView.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="DesignerView" FullName="System.Activities.Presentation.View.DesignerView">
<Type Name="DesignerView" FullName="System.Activities.Presentation.View.DesignerView">
<TypeSignature Language="C#" Value="public class DesignerView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit DesignerView extends System.Windows.Controls.UserControl implements class System.Windows.Markup.IComponentConnector, class System.Windows.Markup.IStyleConnector" />
<TypeSignature Language="DocId" Value="T:System.Activities.Presentation.View.DesignerView" />
Expand Down Expand Up @@ -145,7 +145,7 @@
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
<summary>To be added.</summary>
<summary>Indicates the command menu mode.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Collections.ObjectModel/ObservableCollection`1.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="ObservableCollection&lt;T&gt;" FullName="System.Collections.ObjectModel.ObservableCollection&lt;T&gt;">
<Type Name="ObservableCollection&lt;T&gt;" FullName="System.Collections.ObjectModel.ObservableCollection&lt;T&gt;">
<TypeSignature Language="C#" Value="public class ObservableCollection&lt;T&gt; : System.Collections.ObjectModel.Collection&lt;T&gt;, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit ObservableCollection`1&lt;T&gt; extends System.Collections.ObjectModel.Collection`1&lt;!T&gt; implements class System.Collections.Specialized.INotifyCollectionChanged, class System.ComponentModel.INotifyPropertyChanged" />
<TypeSignature Language="DocId" Value="T:System.Collections.ObjectModel.ObservableCollection`1" />
Expand Down Expand Up @@ -808,7 +808,7 @@
<ReturnType>System.ComponentModel.PropertyChangedEventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when a property value changes.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="ReadOnlyObservableCollection&lt;T&gt;" FullName="System.Collections.ObjectModel.ReadOnlyObservableCollection&lt;T&gt;">
<Type Name="ReadOnlyObservableCollection&lt;T&gt;" FullName="System.Collections.ObjectModel.ReadOnlyObservableCollection&lt;T&gt;">
<TypeSignature Language="C#" Value="public class ReadOnlyObservableCollection&lt;T&gt; : System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt;, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit ReadOnlyObservableCollection`1&lt;T&gt; extends System.Collections.ObjectModel.ReadOnlyCollection`1&lt;!T&gt; implements class System.Collections.Specialized.INotifyCollectionChanged, class System.ComponentModel.INotifyPropertyChanged" />
<TypeSignature Language="DocId" Value="T:System.Collections.ObjectModel.ReadOnlyObservableCollection`1" />
Expand Down Expand Up @@ -304,8 +304,15 @@
<ReturnType>System.Collections.Specialized.NotifyCollectionChangedEventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Occurs when the collection changes.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.ObjectModel.ReadOnlyObservableCollection%601> instance is cast to an <xref:System.Collections.Specialized.INotifyCollectionChanged> interface.

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="System.ComponentModel.INotifyPropertyChanged.PropertyChanged">
Expand Down Expand Up @@ -341,8 +348,15 @@
<ReturnType>System.ComponentModel.PropertyChangedEventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Occurs when a property value changes.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This member is an explicit interface member implementation. It can be used only when the <xref:System.Collections.ObjectModel.ReadOnlyObservableCollection%601> instance is cast to an <xref:System.ComponentModel.INotifyPropertyChanged> interface.

]]></format>
</remarks>
</Docs>
</Member>
</Members>
Expand Down
23 changes: 20 additions & 3 deletions xml/System.ComponentModel/DesignerProperties.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="DesignerProperties" FullName="System.ComponentModel.DesignerProperties">
<Type Name="DesignerProperties" FullName="System.ComponentModel.DesignerProperties">
<TypeSignature Language="C#" Value="public static class DesignerProperties" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit DesignerProperties extends System.Object" />
<TypeSignature Language="DocId" Value="T:System.ComponentModel.DesignerProperties" />
Expand Down Expand Up @@ -73,8 +73,25 @@
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Gets or sets whether a <see cref="T:System.Windows.DependencyObject" /> is running in the context of a designer.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
Component and control developers may use this property to perform different logic when running in the context of a designer than they would when running in an application.

Designers may change the value of this property to move a control from design mode to run mode and back. Components that make changes to their state based on the value of this property should override the virtual <xref:System.Windows.FrameworkElement.OnPropertyChanged%2A> method and update their state if their **IsInDesignMode** property value changes.

<a name="dependencyPropertyInfo_DesignerPropertiesIsInDesignMode"></a>
## Dependency Property Information

|||
|-|-|
|Identifier field|<xref:System.ComponentModel.DesignerProperties.IsInDesignModeProperty>|
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.OverridesInheritanceBehavior%2A>, <xref:System.Windows.FrameworkPropertyMetadata.Inherits%2A>|

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="IsInDesignModeProperty">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ providerName="System.Data.SqlClient" />
<block subset="none" type="overrides">
<para>Override this method to perform custom decryption.</para>
</block>
<related type="Article" href="http://msdn.microsoft.com/library/eb5dee1e-f6ac-4b16-bc2c-32c1e8cd9341">Encrypting and Decrypting Configuration Sections</related>
<related type="Article" href="https://msdn.microsoft.com/library/eb5dee1e-f6ac-4b16-bc2c-32c1e8cd9341">Encrypting and Decrypting Configuration Sections</related>
</Docs>
</Member>
<Member MemberName="Encrypt">
Expand Down
12 changes: 6 additions & 6 deletions xml/System.ServiceModel.Discovery/AnnouncementClient.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="AnnouncementClient" FullName="System.ServiceModel.Discovery.AnnouncementClient">
<Type Name="AnnouncementClient" FullName="System.ServiceModel.Discovery.AnnouncementClient">
<TypeSignature Language="C#" Value="public sealed class AnnouncementClient : IDisposable, System.ServiceModel.ICommunicationObject" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit AnnouncementClient extends System.Object implements class System.IDisposable, class System.ServiceModel.ICommunicationObject" />
<TypeSignature Language="DocId" Value="T:System.ServiceModel.Discovery.AnnouncementClient" />
Expand Down Expand Up @@ -887,7 +887,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object completes its transition from the closing state into the closed state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -908,7 +908,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object first enters the closing state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -981,7 +981,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object first enters the faulted state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1060,7 +1060,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object completes its transition from the opening state into the opened state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -1081,7 +1081,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object first enters the opening state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
12 changes: 6 additions & 6 deletions xml/System.ServiceModel.Discovery/DiscoveryClient.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="DiscoveryClient" FullName="System.ServiceModel.Discovery.DiscoveryClient">
<Type Name="DiscoveryClient" FullName="System.ServiceModel.Discovery.DiscoveryClient">
<TypeSignature Language="C#" Value="public sealed class DiscoveryClient : IDisposable, System.ServiceModel.ICommunicationObject" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit DiscoveryClient extends System.Object implements class System.IDisposable, class System.ServiceModel.ICommunicationObject" />
<TypeSignature Language="DocId" Value="T:System.ServiceModel.Discovery.DiscoveryClient" />
Expand Down Expand Up @@ -931,7 +931,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object completes its transition from the closing state into the closed state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -952,7 +952,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object first enters the closing state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1025,7 +1025,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object first enters the faulted state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1104,7 +1104,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object completes its transition from the opening state into the opened state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -1125,7 +1125,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Occurs when the communication object first enters the opening state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
14 changes: 7 additions & 7 deletions xml/System.ServiceModel/ClientBase`1+ChannelBase`1.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Type Name="ClientBase&lt;TChannel&gt;+ChannelBase&lt;T&gt;" FullName="System.ServiceModel.ClientBase&lt;TChannel&gt;+ChannelBase&lt;T&gt;">
<Type Name="ClientBase&lt;TChannel&gt;+ChannelBase&lt;T&gt;" FullName="System.ServiceModel.ClientBase&lt;TChannel&gt;+ChannelBase&lt;T&gt;">
<TypeSignature Language="C#" Value="protected internal class ClientBase&lt;TChannel&gt;.ChannelBase&lt;T&gt; : IDisposable, System.ServiceModel.Channels.IOutputChannel, System.ServiceModel.Channels.IRequestChannel, System.ServiceModel.IClientChannel, System.ServiceModel.IExtensibleObject&lt;System.ServiceModel.IContextChannel&gt; where TChannel : class where T : class" />
<TypeSignature Language="ILAsm" Value=".class nested protected auto ansi beforefieldinit ClientBase`1/ChannelBase`1&lt;class TChannel, class T&gt; extends System.Object implements class System.IDisposable, class System.ServiceModel.Channels.IChannel, class System.ServiceModel.Channels.IOutputChannel, class System.ServiceModel.Channels.IRequestChannel, class System.ServiceModel.IClientChannel, class System.ServiceModel.ICommunicationObject, class System.ServiceModel.IContextChannel, class System.ServiceModel.IExtensibleObject`1&lt;class System.ServiceModel.IContextChannel&gt;" />
<TypeSignature Language="DocId" Value="T:System.ServiceModel.ClientBase`1.ChannelBase`1" />
Expand Down Expand Up @@ -1282,7 +1282,7 @@
<ReturnType>System.EventHandler&lt;System.ServiceModel.UnknownMessageReceivedEventArgs&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The event handler that is invoked when the ClientBase object receives an unknown message.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1611,7 +1611,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The event handler that is invoked when the ClientBase object has transitioned from its current state to the closed state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1639,7 +1639,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The event handler that is invoked when the ClientBase object transitions from its current state to the closed state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1733,7 +1733,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The event handler that is invoked when fault occurs while performing an operation on the ClientBase object.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1834,7 +1834,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The event handler that is invoked when the ClientBase object has transitioned from the created state to the opened state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -1862,7 +1862,7 @@
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The event handler that is invoked when the ClientBase object transitions from the created state to the opened state.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
Loading