1 write to _isTypographicOnly
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextElementEditingBehaviorAttribute.cs (1)
47set { _isTypographicOnly = value; }
1 reference to _isTypographicOnly
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextElementEditingBehaviorAttribute.cs (1)
46get { return _isTypographicOnly; }