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