33 references to ReadOnly
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
1037if (dp.PropertyType != typeof(Visual3DCollection) && dp.ReadOnly)
PresentationFramework (19)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1632if (dp.ReadOnly)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
411if ((fwMetaData != null && !fwMetaData.IsDataBindingAllowed) || dp.ReadOnly)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
174if ((fwMetaData != null && !fwMetaData.IsDataBindingAllowed) || dp.ReadOnly)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
157if ((fwMetaData != null && !fwMetaData.IsDataBindingAllowed) || dp.ReadOnly)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
316if (property.Property.ReadOnly)
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
480if (property.ReadOnly || TextSchema.IsNonFormattingCharacterProperty(property)) 1807hasLocalValues = !enumerator.Current.Property.ReadOnly;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
2242if (!propertyEntry.Property.ReadOnly) 2285if (!propertyEntry.Property.ReadOnly)
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
982if (!locallySetProperty.ReadOnly &&
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
142if (!propertyEntry.Property.ReadOnly)
src\Framework\System\Windows\Documents\TextTreeUndoUnit.cs (1)
148if (!dp.ReadOnly)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
237if (dp.ReadOnly)
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (1)
639ReadOnly = dp.ReadOnly;
src\Framework\System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
226return DependencyProperty.ReadOnly;
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
211(PropertyDefinition.DependencyProperty == null || PropertyDefinition.DependencyProperty.ReadOnly) &&
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
677propertyCanWrite = !dp.ReadOnly;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2137propertyCanWrite = !dp.ReadOnly;
src\Framework\System\Windows\Setter.cs (1)
77if (property.ReadOnly)
WindowsBase (13)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
293bool readOnly = _dp.ReadOnly; 703readOnly |= _dp.ReadOnly;
Base\MS\Internal\ObservableCollectionDefaultValueFactory.cs (1)
104if (_property.ReadOnly)
Base\System\Windows\DependencyObject.cs (5)
198if (dp.ReadOnly) 601if ( !dp.ReadOnly ) 1839if (!dp.ReadOnly) 1973if( !dp.ReadOnly ) 2128if (dp.ReadOnly)
Base\System\Windows\DependencyProperty.cs (4)
526if (ReadOnly) 552if (ReadOnly) 967Debug.Assert( ReadOnly, "Why are we trying to validate read-only key on a property that is not read-only?"); 1192if (ReadOnly)
Base\System\Windows\Freezable.cs (1)
927if ((dp != null) && !dp.ReadOnly)