6 references to HasListeners
PresentationFramework (6)
System\Windows\Documents\TextContainer.cs (5)
742
if (this.
HasListeners
)
786
if (this.
HasListeners
)
863
originalPosition = this.
HasListeners
? new TextPointer(position, LogicalDirection.Backward) : null;
1115
if (this.
HasListeners
)
1211
if (this.
HasListeners
)
System\Windows\Documents\TextElement.cs (1)
1006
if (tree.
HasListeners
)