34 implementations of IsFixedSize
mscorlib (11)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
1552bool IDictionary.IsFixedSize
system\collections\dictionarybase.cs (1)
43bool IDictionary.IsFixedSize {
system\collections\emptyreadonlydictionaryinternal.cs (1)
141public bool IsFixedSize {
system\collections\generic\dictionary.cs (1)
600bool IDictionary.IsFixedSize {
system\collections\hashtable.cs (1)
808public virtual bool IsFixedSize {
system\collections\listdictionaryinternal.cs (1)
110public bool IsFixedSize {
system\collections\objectmodel\readonlydictionary.cs (1)
195bool IDictionary.IsFixedSize {
system\collections\sortedlist.cs (1)
259public virtual bool IsFixedSize {
system\runtime\remoting\ichannel.cs (2)
683public virtual bool IsFixedSize 877public virtual bool IsFixedSize { get { return true; } }
system\runtime\remoting\message.cs (1)
1952public virtual bool IsFixedSize { get { return false; } }
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XmlnsDictionary.cs (1)
453public bool IsFixedSize
PresentationCore (2)
Core\CSharp\System\Windows\Media\CharacterMetricsDictionary.cs (1)
290bool SC.IDictionary.IsFixedSize
Core\CSharp\System\Windows\Media\CultureSpecificStringDictionary.cs (1)
256bool SC.IDictionary.IsFixedSize
PresentationFramework (3)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
153public bool IsFixedSize
src\Framework\System\Windows\Markup\XmlnsDictionary.cs (1)
453public bool IsFixedSize
src\Framework\System\Windows\ResourceDictionary.cs (1)
340public bool IsFixedSize
System (6)
compmod\system\collections\generic\sorteddictionary.cs (1)
244bool IDictionary.IsFixedSize {
compmod\system\collections\generic\sortedlist.cs (1)
353bool System.Collections.IDictionary.IsFixedSize {
compmod\system\collections\specialized\hybriddictionary.cs (1)
191public bool IsFixedSize {
compmod\system\collections\specialized\listdictionary.cs (1)
133public bool IsFixedSize {
compmod\system\collections\specialized\ordereddictionary.cs (1)
89bool IDictionary.IsFixedSize {
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
506bool IDictionary.IsFixedSize {
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
282bool IDictionary.IsFixedSize {
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (1)
282bool IDictionary.IsFixedSize {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
175public virtual bool IsFixedSize {
System.Runtime.Remoting (1)
channels\http\combinedhttpchannel.cs (1)
427public virtual bool IsFixedSize { get { return true; } }
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
662public bool IsFixedSize
System.ServiceModel.Internals (1)
System\Runtime\Collections\OrderedDictionary.cs (1)
263bool IDictionary.IsFixedSize
System.Web (4)
UI\FilteredAttributeCollection.cs (1)
96bool IDictionary.IsFixedSize {
UI\ParsedAttributeCollection.cs (1)
186bool IDictionary.IsFixedSize {
UI\StateBag.cs (1)
369bool IDictionary.IsFixedSize {
UI\WebParts\PersonalizationDictionary.cs (1)
32public virtual bool IsFixedSize {
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\StreamWithDictionary.cs (1)
192bool IDictionary.IsFixedSize
4 references to IsFixedSize
SMDiagnostics (1)
System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
131if (data != null && !data.IsReadOnly && !data.IsFixedSize)
System.ServiceModel.Internals (1)
System\Runtime\Collections\OrderedDictionary.cs (1)
267return ((IDictionary)this.privateDictionary).IsFixedSize;
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceErrorHandler.cs (1)
25if (data != null && !data.IsReadOnly && !data.IsFixedSize)
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\StreamWithDictionary.cs (1)
197return baseDictionary.IsFixedSize;