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